imag/lib/core
Matthias Beyer c6e94dfd3c Return glob errors instead of tracing internally
This changes the internal GlobStoreIdIterator to return Result<StoreId>,
which gives us the possibility to aggregate errors in the
Store::retrieve_for_module() function and return them instead of tracing
them from the store.

The changes the internals to actually fetch the whole list of storeids,
which is unfortunate of course, but changing the interface is not an
option here, in my opinion.

At least we're only aggregating pathes, so the memory usage is pretty
low here.
2017-09-20 22:42:11 +02:00
..
libimagerror Remove "IntoError" trait, use error_chain functionality 2017-09-03 21:34:07 +02:00
libimagrt Register the no-escape escape functionality in handlebars 2017-09-20 19:12:08 +02:00
libimagstore Return glob errors instead of tracing internally 2017-09-20 22:42:11 +02:00