-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Doesn't work with paths containing spaces, or the .
directory
#53
Comments
Ah, good find - I'l need to check the path escaping... The first one is technically redundant, as "." is the default (and if you want to be explicit you can use Thanks for raising the issue! |
also doesn't work for paths containing a space:
|
I've just pushed 0.16.1 which should fix these issue. Please update via
and let me know if you're still seeing issues! |
@robbiemu I've just realised you were reporting a different issue - with a path with whitespace within a package. This is actually not yet fixed in 0.16.1. I can reproduce it and will push 0.16.2. |
Actually, I take that back. It can launch that repository just fine now:
The error I was getting was due to a network issue. |
actually it seems like that did it, I can now build, ⌘+B and run directly .. I bet there was more in your change than just that path! edit: yes, even now I can directly just do arena Jounce/Surge |
The following invocations fail with "invalid value for dependency" or "invalid value for output":
arena -o . some/dependency
arena -o some\ output/path some/dependency
arena -o some/output/path some\ dependency/path
arena -o "some output/path" some/dependency
arena -o some/output/path "some dependency/path"
The text was updated successfully, but these errors were encountered: