-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests fail in Windows #5
Comments
This issue is dicey. I thought it had something to do with Windows paths, but it's more sneaky. It's got to do with file status and/or how it's read from a JSON file. Might be down to JSON::Fast, might not. Who knows... |
The problem seems to be deep down in how CompUnit::PrecompilationRepository::Document handles files. That's using mainly very low level primitives from NQP, so that might be tricky. |
I think I've finally found what's the problem with Windows. It's basically that the class creates a lock that can't be deleted, and thus the file cache can't be deleted, so we have to work with it. The problem is that we're going to leave a lot of files around in Windows, but I can't see how that can be fixed. |
This refers to #2 but also #1. Check out Appveyor output. Maybe there are similar problems in OSx
The text was updated successfully, but these errors were encountered: