-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
bot: require callback to unregister URL handler #1808
bot: require callback to unregister URL handler #1808
Conversation
633189a
to
f6c49d1
Compare
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.
Go through the tests again, please. There are test updates that assume behavior changes this patch doesn't implement (that we won't implement until closer to, or part of, 8.0).
1b79aa9
to
3a0359d
Compare
8ee2642
to
69a11af
Compare
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.
LGTM. Requesting @Exirel's review for added tests, since he's our current guru.
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.
Pretty good. One nitpick, more a question of communication to fix than anything else. Good work!
69a11af
to
bbdaae7
Compare
Is it deprecated? Yes. Is existing code that already uses it likely to call this method? No. Am I updating it anyway? You bet I am.
I'm glad of doing one last check in the code… Highly unlikely that any code actually calls |
…ster bot: require callback to unregister URL handler
Overwrote the original merge commit with a new one after fixing the unrelated I really wish we could put |
Description
Introduces the API change #1805 will require. The test diff isn't particularly minimal because this is a reduction of that patchset for 7.0.
Checklist
make qa