Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Scanner must normalize new children names for cache diff
Since new children from the storage might contain NFD entries, these must be normalized to NFC to be properly diff'ed with the cache contents which is always NFC. This fixes an issue where NFD entries would disappear from the cache after rescannng for children.
- Loading branch information