imag/lib
Matthias Beyer 23f4d7948f Fix Store::entries() to not yield directories
Before the iterator did also yield storeids for directories, which was a
bug.

This change introduces a new if_file() function in the store-internal
backend, which is needed to check whether a path actually points to a
File, be it inmemory or on the real filesystem.

That's because tests might fail if they check via PathBuf::is_file() as
in tests, the entries only exist inmemory.
2017-10-13 14:26:06 +02:00
..
core Fix Store::entries() to not yield directories 2017-10-13 14:26:06 +02:00
domain Update toml-query: 0.3.* -> 0.4 2017-10-12 22:13:04 +02:00
entry Merge pull request #1129 from matthiasbeyer/libimagentryannotation/not-based-on-libimagnotes 2017-10-12 23:47:15 +02:00
etc Update dependency: error-chain: 0.10 -> 0.11 2017-10-12 22:12:27 +02:00