Case-sensitive file conflict in repository causes issues on case-insensitive filesystems #6970
Open
2 tasks done
Labels
I2-bug
The node fails to follow expected behavior.
I10-unconfirmed
Issue might be valid, but it's not yet known.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
The repository contains files with names differing only in letter casing (e.g., ErrorTester.ts and errorTester.ts). This causes issues when cloning or working with the repository on case-insensitive filesystems such as macOS (default APFS) and Windows.
It comes from this change: #6728
Steps to reproduce
warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group is in the working tree: 'substrate/frame/revive/rpc/examples/js/abi/ErrorTester.ts' 'substrate/frame/revive/rpc/examples/js/abi/errorTester.ts'
The text was updated successfully, but these errors were encountered: