relative-path
relative-path copied to clipboard
Case sensitivity is a portability hazard
trafficstars
Windows paths seem to be case insensitive. But unix paths are usually case sensitive. It would be better to mention this portability issue in README or docs, as this is a pretty big quirk.
reference: https://learn.microsoft.com/en-us/windows/wsl/case-sensitivity
Hah, that's fair. It's not supposed to be en exhaustive list.
It should probably go into additional portability notes. If you have a good phrasing in mind, feel free to add it!
https://github.com/udoprog/relative-path/pull/46