You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
realFilename() does nothing on non-Windows platforms but that leads to inconsistent behavior with case insensitive filesystems.
File on disk: lower.cpp
Result on Windows (case insensitive filesystem) for Lower.cpp: lower.cpp
Result on Linux for Lower.cpp on case insensitive filesystem: Lower.cpp
The text was updated successfully, but these errors were encountered:
firewave
changed the title
realFilename() should be dependent on filesystem and not operating systemrealFilename() should be dependent on filesystem instead of operating system
Sep 11, 2023
realFilename()
does nothing on non-Windows platforms but that leads to inconsistent behavior with case insensitive filesystems.File on disk:
lower.cpp
Result on Windows (case insensitive filesystem) for
Lower.cpp
:lower.cpp
Result on Linux for
Lower.cpp
on case insensitive filesystem:Lower.cpp
The text was updated successfully, but these errors were encountered: