-
Notifications
You must be signed in to change notification settings - Fork 203
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 support for --review-pr #1142
Conversation
msg = diff | ||
else: | ||
msg = "\n(no related easyconfigs found for %s)\n" % os.path.basename(ec['spec']) | ||
print(msg) |
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.
generate all the text, print it all once
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.
and print it all at once in main
@boegel didn't check any of the tyests, have to rereview the multidiff (makes my head hurt 😄 ) |
I'll need to reopen this to target |
Conflicts: easybuild/framework/easyconfig/tools.py easybuild/tools/github.py
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
…ment fix extracting of comments from an easyconfig file that includes 'tail' comments
Refer to this link for build results (access rights to CI server needed): This pull request is now ready for review/testing. Please try and find someone who can tackle this; contact @boegel if you're not sure what to do. |
PR targeting |
wrapper PR for @nudded's #1005
It contains a bunch of cleanups on top of @nudded's work, together with code style cleanup.
@stdweird, @wpoely86: please review/test