-
Notifications
You must be signed in to change notification settings - Fork 19
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
Automatically compile Import does not work properly on Windows #115
Comments
Can you run it from a directory without spaces for the time being? Our treatment of filenames is not very portable at the moment. |
Sure. No big deal. Looking forward to the fix :) |
Jimmy, can you try out the master branch to see if the problem is fixed? I've done some light testing with a Windows 10 VM and it seems to work with directories containing spaces, but I don't know if that was the entirety of the problem. I tried it with a mingw64 cross-compiled binary from Linux -- if you compile Abella yourself in Windows you may have a different experience of which I would be curious to learn. |
I just tested with my environment (Cygwin32+OCaml). It seems that the quote is correctly added, but there is another issue: filenames are escaped one more time per resursion. A log may look like this:
But I've tested when the dependency chain is short. Seems like when too many '\' characters occur in the path, Windows just give up lol |
Wow. OK, I clearly need to test more thoroughly. Thanks. |
When the file is located in a directory with space in it, say "C:\Google Drive", the auto compile does not work properly. Error information like "Error: Multiple files specified as input" is shown.
The text was updated successfully, but these errors were encountered: