-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Switch to path autocompletion after -- for bazel run commands. #12957
Conversation
Friendly ping :) |
@philwo: another friendly ping? |
Sorry for the delay. I'll import this now. 😊 |
Thank you! May I add this to the 4.1 issue, or is it too late by now? 😁 |
@quval Please feel free to add it there. |
Unfortunately I'm getting a single test failure in our internal presubmit testing system:
The same test passes fine on Bazel's external CI. I'm still looking for possible causes. As far as I can see, the internal test should basically do the exact same thing as the external one, but maybe there's some slight difference somewhere. 😞 Unfortunately I don't know anything about bash completion, so this makes it a bit hard. I don't understand what this particular function and added bit is actually testing, too. (The It's evening here, so I'm checking out and will look again tomorrow. In case you look at this error message and think "Ohhh, well this looks like it doesn't actually use my patch from file XYZ in this PR when you run it internally?" or anything else that catches your eye in the meantime, let me know. 😊 |
@philwo Oy, I'm sorry to hear this! The purpose of that added assert is to test the |
Ahhhhh found it 😀 See how the In the normal Bazel variant of the test, Easy to fix, I think this should solve it. :) |
Thanks so much! |
Closes #11292.