Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A problem with case-insensitive file systems #186

Open
kwhr0 opened this issue Jan 21, 2025 · 3 comments
Open

A problem with case-insensitive file systems #186

kwhr0 opened this issue Jan 21, 2025 · 3 comments
Labels
enhancement New feature or request

Comments

@kwhr0
Copy link
Contributor

kwhr0 commented Jan 21, 2025

Since there are CPP directory and cpp file, this repository cannot be successfully cloned on case-insensitive file systems.

@EtchedPixels
Copy link
Owner

There are a whole load of other problems you will hit trying to do that - including the Unix convention of using .S for preprocessor input to create .s files which the compiler (being intended for a Unixlike OS) follows.

It might actually be better that it does fail this way and perhaps is in the README.md than people get lots of later more mysterious breakage ?

@kwhr0
Copy link
Contributor Author

kwhr0 commented Jan 21, 2025

OK, I understand.
I decided to create a case-sensitive volume to work with.

@kwhr0 kwhr0 closed this as completed Jan 21, 2025
@EtchedPixels EtchedPixels reopened this Jan 21, 2025
@EtchedPixels
Copy link
Owner

Reopening this because eventually I do need to work out how to make it possible and what other things need supporting to allow it.

@EtchedPixels EtchedPixels added the enhancement New feature or request label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants