relative-path icon indicating copy to clipboard operation
relative-path copied to clipboard

Case sensitivity is a portability hazard

Open coderedart opened this issue 2 years ago • 2 comments
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

coderedart avatar Jun 28 '23 10:06 coderedart

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!

udoprog avatar Jun 28 '23 11:06 udoprog

https://github.com/udoprog/relative-path/pull/46

coderedart avatar Jun 28 '23 16:06 coderedart