Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

We ran into this issue in Servo too. https://github.com/servo/servo/issues/1226


The pirate scene occasionally hits this as well (copies of the film "Con Air" which would be named "Con.Air.<foo>" by convention were instead named "Con_.Air" or "Con_Air" etc. All thanks to the legacy CON device.



... and the Linux kernel itself.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=509072

I learned about this when I added cloning the Linux kernel repository to an integration test suite for a cross-platform filesystem. I had to use another project because of that file :)


I ran into it while trying to clone the source for Minix, just to poke around and read the code. (I think it was COM and not AUX but same principle)


Me as well while cloning linux on windows


You run into different, but similar, issues cloning Linux on macOS as well, since HFS+ is case-insensitive by default (and looks like the same is true of APFS), but the Linux source has filenames that differ only in case (don't ask me why).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: