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

(Question) Case sensitivity #59

Open
LimpingNinja opened this issue Jul 5, 2021 · 1 comment
Open

(Question) Case sensitivity #59

LimpingNinja opened this issue Jul 5, 2021 · 1 comment

Comments

@LimpingNinja
Copy link

Supporting a virtualized file system in a sandboxed code environment, I would like to be able to (at initialize) support Case sensitive vs. Case Insensitive, it looks like this isn't really an easy configuration change on Zio unless I am missing something. What's the best route?

@xoofx xoofx added the question label Jul 5, 2021
@xoofx
Copy link
Owner

xoofx commented Jul 5, 2021

Indeed, case sensitivity is a bit of problem in Zio, to make things compatible with different filesystems that don't handle this the same way... also some built-in file systems were originally case insensitive while some were not... so it's not well defined.
I don't have a best route but it would require multiple full time days to clarify/develop this in Zio (and I can't personally help on this these days)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants