-
Notifications
You must be signed in to change notification settings - Fork 31
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
Split gzutils into functional pieces #344
Conversation
Signed-off-by: Michael Carroll <[email protected]>
fe2bcab
to
f8e454a
Compare
+1 . Side effects of merging this:
|
Hmm, good call. I don't think there is anything stopping us from doing that here. I may re-open this against cmake2, we can land it with
I think git should track the split/renaming without too much issue, but let me try it on one PR first. |
Yep, a bit of extra-work sorry but probably will make things easier for the future and reorganize the things on gz-cmake2 as well.
Thanks, anyway we can work on solving the problems that appear. |
I think it would be easier to resolve the conflicts when merging forward if the change has been applied separately to each branch. I would be fine with merging to |
conflicts |
Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Jose Luis Rivero <[email protected]>
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.
Good for me. @mjcarroll I leave it open until you or @scpeters give a last view on this.
I double-checked the changes using |
Signed-off-by: Steve Peters <[email protected]>
Signed-off-by: Steve Peters <[email protected]>
Good catch, merged! |
Thanks Steve, I think we are all good here! |
GzUtils has gotten unmaintainably large. This splits the functions into separate files.