-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add --dry-run and --pr-only to Open Embedded #131
Conversation
@tfoote I think this one is ready now. The only really questionable part of this PR is the centralization of the parser logic. The only reason for this is to reduce the code duplication among generators, and make it so that the arguments don't have to be listed every time. As this was just an experiment, we can, if this is not your favorite idea, I made it so I can revert it pretty easily if you object. Just let me know. |
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.
looks fine to me
* Centralize the save PR logic. * Move parsing logic to a central location to reduce duplication. * Add delta for --only with ebuild generator. * Implement the --dry-run and --pr-only functionality.
Work in progress!
So far, only the save and load logic has been centralized. Opening for visibility.
connects to #130.