-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Repeated params must correspond in override #16836
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
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.
Otherwise looks good.
6121aef
to
e22feab
Compare
Thanks again for fruitful review. I spent some time to learn again what the moving parts are, but it still feels awkward to do this narrow check in these two spots, namely for matching methods and double definitions. |
e22feab
to
010bf8e
Compare
|
Refchecks runs after elimRepeated and did not error on an attempt to override RepeatedParam with Seq. Also show RepeatedParam in error message.
010bf8e
to
d6fd2c4
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.
Sorry for getting to this only now. I did not realize the ball was back in my court here!
Everything LGTM now.
Refchecks runs after elimRepeated and did not
error on an attempt to override RepeatedParam with Seq.
Also show RepeatedParam in error message for double definition.
Fixes #12662
Resubmits #13248 which was opened against old master.