-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ArC: improve validation of interceptor method signatures #38796
ArC: improve validation of interceptor method signatures #38796
Conversation
I think we might wanna backport this to 3.7/3.8, WDYT @mkouba? |
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.
Looks good but shouldn't we also add a test for @AroundInvoke
having void
return type?
Ah I intended to do that, but forgot! Thanks, will add. |
2b9ae4d
to
7feb424
Compare
Done. Thanks for reminding me! |
Status for workflow
|
I'm not sure about backporting this one? My understanding is that apps that were somehow building without errors will fail, right? Granted, they wouldn't work well but still. Unless I misunderstood something? |
Not a huge deal if we don't backport this, we already had a mostly good (say 95%) validation in place, this just tightens it up (to 100%). |
@gsmet I agree with Ladislav. So let's not backport this one. |
No description provided.