-
Notifications
You must be signed in to change notification settings - Fork 323
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
No need for -- when using withDebug command #5737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. I am looking forward to the moment once we get rid even of the annoying additional --
in, e.g., withDebug --debugger testOnly -- *EnsoCompilerTest -- -z org.enso.compiler.EnsoCompilerTest.testBench
But |
What do you mean by "hardcode"? My idea was to process all options until first that is not known to What do you mean be "generic"? Yes, |
I don't think we had something similar to I'm not convinced about this solution but at the same time I don't have any other proposal. It also doesn't bother me enough to reject it, so I will give a weak 👍 |
@JaroslavTulach I have just discovered that with
And then, you can just start debugging with, e.g., |
Pull Request Description
I am tired of always adding
--
when usingwithDebug
command. With this change one can simply prefix:rather than having to add
--
aftertestOnly
:Important Notes
Both (the new as well as the old) variants remain possible however.
Checklist
Please include the following checklist in your PR:
Scala,
style guides.