Matthias Beyer
23f4d7948f
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. |
||
---|---|---|
.. | ||
file_abstraction | ||
configuration.rs | ||
error.rs | ||
iter.rs | ||
lib.rs | ||
store.rs | ||
storeid.rs | ||
util.rs |