-
Notifications
You must be signed in to change notification settings - Fork 833
Compiler error for signature/implementation files when declaring multiple parameters with the same name in abstract methods #14084
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
Compiler error for signature/implementation files when declaring multiple parameters with the same name in abstract methods #14084
Conversation
edgarfgp
commented
Oct 11, 2022
- Supersedes Compiler error when declaring multiple parameters with the same name in abstract methods #13964
- Fixes No compiler error when declaring multiple parameters with the same name in abstract methods #13148
…iple parameters with the same name in abstract methods
…eters-with-the-same-name-in-abstract-methods
psfinaki
left a 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.
Thanks, good fix.
...nformance/DeclarationElements/MemberDefinitions/MethodsAndProperties/MethodsAndProperties.fs
Outdated
Show resolved
Hide resolved
…eters-with-the-same-name-in-abstract-methods
…ements/MemberDefinitions/MethodsAndProperties/MethodsAndProperties.fs
…eters-with-the-same-name-in-abstract-methods
|
@psfinaki it seems like the CI does not like the changes on FSComp.txt . Had the same issue in the past and I had to create a brand new branch and start from scratch 😔 |
|
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
|
@edgarfgp damn. It's probably worth taking a closer look on why is this happening, will come back to this tomorrow. |
…eters-with-the-same-name-in-abstract-methods
|
@edgarfgp alright, there it is, thanks again :) |