Add todo: Rewrite libimagerror with chain-error crate

This commit is contained in:
Matthias Beyer 2017-08-27 17:49:18 +02:00
parent 31254071e5
commit e386e86474

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