Hacker News new | ask | show | jobs
by ComputerGuru 2114 days ago
> And as for whether userspace should catch up, thanks to OS X for the most part that already happened a long time ago for a ton of open source packages

That’s a bold claim. Open source developer here (on the fish team): given a user-entered path, how do you make it canonical?

Specifically, without recursively opening directories and listing contents, how can you convert /foo/baR to the correct case as it appears in the filesystem index? Without following any symlinks, should any of the path components be a symlink?