-
Notifications
You must be signed in to change notification settings - Fork 6
test: add a new test case for global cache #10
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
base: main
Are you sure you want to change the base?
Conversation
2e881ab
to
504e487
Compare
Windows compatibility is bad... cc @arcanis |
504e487
to
a3f6908
Compare
a3f6908
to
d246536
Compare
Windows global cache is still unsupported due to upstream see also yarnpkg/pnp-rs#10
Thanks! I'm looking into that. |
@arcanis Is there anything I can help to support Windows? |
My issue is mostly time at the moment - I'm working in parallel on a major Yarn refactoring, and coupled with regular work being intense I didn't get a chance to look at Windows yet. I gladly accept contributions around it, although I don't want you to feel pressured into doing it - I still want to eventually address it myself if I'm not beat to the punch, although I don't have an exact timeline right now. Design-wise, in Yarn we solved that by always treating all paths as posix, normalizing Windows path into posix internally (/c/foo) and only converting them back into Windows-style paths right as they were returned by the public api. I wanted to try that but, while it worked fine for a full application, it feels a little overkill for a library... 🤔 |
No description provided.