imag/lib/core
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
..
libimagerror Merge pull request #1131 from matthiasbeyer/libimagerror/trace-and-unwrap-helper 2017-10-12 22:08:48 +02:00
libimagrt Update toml-query: 0.3.* -> 0.4 2017-10-12 22:13:04 +02:00
libimagstore Fix Store::entries() to not yield directories 2017-10-13 14:26:06 +02:00