-
Notifications
You must be signed in to change notification settings - Fork 94
Misc changes for our range-diff #2160
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
Ok(()) | ||
} | ||
|
||
async fn post_new_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.
I don't like that this logic is here.
I would prefer if it was shared with the other check-commits sub-handlers, but given the requirement of only hiding the previous comment when posting a new one, which is different from all the others sub-handler, it's was simpler to do it here rather than increasing the complexity in check-commits.
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.
I guess that in theory we could add the logic to the shared "check commits result" comment, but for now this is fine.
7b9a858
to
6ebc414
Compare
Ok(()) | ||
} | ||
|
||
async fn post_new_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.
I guess that in theory we could add the logic to the shared "check commits result" comment, but for now this is fine.
This PR contains some changes regarding our range-diff feature:
#t-compiler/help > ✔ rustbot tells me my PR was rebased on a different master