Merge pull request #1025 from matthiasbeyer/todo/libimagerror

Add todo: Rewrite libimagerror with chain-error crate
This commit is contained in:
Matthias Beyer 2017-08-27 20:07:22 +02:00 committed by GitHub
commit 29d93a73f0

View file

@ -76,6 +76,11 @@ Now the modules that are not yet started:
wrapping store types wrapping store types
- [ ] Rewrite logger to allow config/env-var based module white/blacklisting and - [ ] Rewrite logger to allow config/env-var based module white/blacklisting and
writing log to file writing log to file
- [ ] Rewrite libimagerror to be based on `chain-error` crate. This basically
removes our error infrastructure, though existing traits and convenience
functionality should be kept (for example the `MapErrInto` or the `IntoError`
traits), as much as possible). If the switch to `chain-error` would require
too much code to be rewritten, reconsider.
## User Interface ## User Interface