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
Shell: can't use commands on a file until doing ls
#7
Comments
|
It could be nice if one of the non critical bugs is assigned to us (when legally possible) so that we can dive into the code a little deeper. |
|
Hey Boris. If you'd like to start looking at this, go right ahead. (GitHub won't let me assign it to you, but don't let that stop you from diving in -- we just can't merge in any pull requests until we get the legal jazz worked out.) I suspect the actual bug is in the orion.client library that we pick up from Orion proper, so if you find a fix, you can actually contribute it back to the upstream orion.client (which is fully-open for contributions) and Orionode can just merge it in. Good places to start debugging are |
|
After some investigation I found a possible fix: Since the Directory property may be set earlier it seems wrong to set it again based solely on the ChildrenLocation property. Could you please check it? Thanks, |
|
Hi, Boris. Thanks for the patch. Mark is on vacation now so I will have a look at this. |
|
Hi, Thanks, |
|
Hi, Boris: I am still transferring other issues to bugzilla now. Just noticed you have some comments on #10. |
|
Hi, Boris: Libing |
|
Hi, |
|
Hi, Boris: |
cdto some directory that has files in it.node start foo.js(where foo.js is in your CWD).ls, then try the command again. Now it works.It seems you need to prefill the shell's file list by doing
lsbefore filename completions will work.Link to bug @ orion.client Bugzilla
The text was updated successfully, but these errors were encountered: