-
Notifications
You must be signed in to change notification settings - Fork 15
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
Implement modification of %prep macros #52
Conversation
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
Build succeeded.
|
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.
Just an initial review for now with some questions, it's a lot of changes to check. I will try to take one more look after the weekend with a fresh mind and being more familiar with the overall functionality :) The overall approach looks good to me
Build failed.
|
Build failed.
|
Build succeeded. ✔️ pre-commit SUCCESS in 1m 36s |
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.
Basically one LGTM, I see one potentially unhandled edge case and maybe one typing error (though both of these may actually be correct, I am not sure).
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.
Eh, github for some reason didn't include this comment in the review, I hope that it will be sent now
This commit introduces `MacroOptions` class that allows for modification of macro options while preserving whitespace and formatting. Signed-off-by: Nikola Forró <nforro@redhat.com>
Build succeeded. ✔️ pre-commit SUCCESS in 1m 36s |
Build succeeded (gate pipeline). ✔️ pre-commit SUCCESS in 1m 35s |
Fixes #44.