-
Notifications
You must be signed in to change notification settings - Fork 15
Simplification and fix of the argument parser #200
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
Conversation
Signed-off-by: Nadja Brix Koch <n.koch@samsung.com>
safl
left a comment
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.
Are the CI errors related to this?
e6aa58b to
6f0b527
Compare
hehe, yes. I'm on it |
Pull Request Test Coverage Report for Build 20331338240Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
safl
left a comment
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.
Does this require that one now does not explicitly provide --workflow?
I ask, since there are places where CIJOE is in use where it would like convenient not to have to adjust to that. In other words, could providing --workflow be optional, or does that break with the cleanup done here?
It did, but I've added it back for backwards compatibility. Also, I have added a bunch of tests for the Workflows:
Scripts:
Other:
|
67e70ef to
96a4b97
Compare
This simplifies the logic of the argument parser without changing the functionality. It also fixes the bug where boolean arguments, such as --monitor, could not be placed as the first argument. Signed-off-by: Nadja Brix Koch <n.koch@samsung.com>
safl
left a comment
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.
Excellent, thanks!
No description provided.