-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
cliRelated to the command-line interfaceRelated to the command-line interfaceserverRelated to the LSP serverRelated to the LSP server
Description
The project file discovery and the Files interner assume that two paths that only different in casing are two unique paths. However, this is not true on all file systems and it could result in Red Knot considering two files as being different even though they're the same on disk.
We should test how Red Knot handles paths with different casing on case-insensitive file systems (looking at you Windows). That also includes project file discovery.
Related to astral-sh/ruff#13691
Metadata
Metadata
Assignees
Labels
cliRelated to the command-line interfaceRelated to the command-line interfaceserverRelated to the LSP serverRelated to the LSP server