-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error chdir crashes #207
Comments
Definitely related to spaces:
Here's a paste from the above:
|
Also crashes : missing dev paths.
|
Can you please open a separate issue for the latter and also make On Sat, May 2, 2015 at 6:03 AM, Sven Bergström notifications@github.com
|
I'm still trying to figure out exact problems without spamming the list, but sure I can move it to another issue. |
Yep, i had this problem. I removed the space in a folder name and that fixed it. Thanks @underscorediscovery! (this was on OSX 10.7, haxelib 3.2.0-rc.3) |
Just also bumped into this problem. My way of fixing it was to put double quotes around the working directory that is passed to haxelib in the |
As I understand, this too is now "fixed" by the fact haxelib is not a shell script anymore, but a nekoboot-ed executable (#291) |
Trying to use haxelib on 3.2.0-rc.3 version, is irregularly broken.
It looks related to paths with spaces in them, as the only time I have this issue is when that is the case.
#191 could be related, I have used
haxelib setup
to a custom location.#197 mentions this, but somehow ends with a PR for HG support, I have no idea how those relate.
This is becoming rather problematic in practice, as it affects all IDE's being able to query haxelib reliably, returning invalid results and sometimes errors in "unrelated" code, because the assumption is that haxelib isn't returning errors on stdout.
I'm filing the issue so that I can also look into it, hopefully when I have some time, but since there is so much going on behind the scenes with haxelib right now that isn't user facing, I have to assume it might already be fixed, somewhere.
Advice welcome!
The text was updated successfully, but these errors were encountered: