imag/lib
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
..
core Return glob errors instead of tracing internally 2017-09-20 22:42:11 +02:00
domain Base IsInDiary::is_in_diary() on StoreId::is_in_collection(), which is tested 2017-09-20 18:48:55 +02:00
entry Remove unused module 2017-09-20 18:41:54 +02:00
etc Merge pull request #1092 from matthiasbeyer/minor 2017-09-20 19:24:44 +02:00