Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IC] Revert the paths hashing introduced in 5562c95
`File.hashCode()` behavior is OS-dependent. This can lead to the loss of mapping between a path and its related data in PersistentHashMap — for instance, when a map generated on Microsoft Windows is used on macOS. Notably, this can occur even though both systems use case-insensitive filesystems by default. This commit returns the hashing based on OS-independent path strings ^KT-64016 Verification Pending
- Loading branch information