Uh oh!
There was an error while loading. Please reload this page.
Allow access modifiers to auto properties getters and setters - #16861
Conversation
…om/Tangent-90/fsharp into access-modifies-to-auto-properties
❗ Release notes required
|
vzarytovskii
commented
Jul 17, 2024
/azp run |
|
Azure Pipelines successfully started running 2 pipeline(s). |
This seems to be ready, apart from conflicts. Would be good to have this in please 🙏 |
psfinaki
commented
Aug 9, 2024
@Tangent-90 will you have time to get to this or maybe you have fresh thoughts? If no - which is understood since we didn't get to this in a timely manner - I can probably fix the conflicts and give it a proper review next week. |
ijklam
commented
Aug 10, 2024
Sorry for the lately response, I may try to fix it in this weekend. |
| 3869,featureParsedHashDirectiveUnexpectedInteger,"Unexpected integer literal '%d'." | ||
| 3869,featureParsedHashDirectiveUnexpectedIdentifier,"Unexpected identifier '%s'." | ||
| 3870,featureParsedHashDirectiveUnexpectedInteger,"Unexpected integer literal '%d'." | ||
| 3870,featureParsedHashDirectiveUnexpectedIdentifier,"Unexpected identifier '%s'." |
There was a problem hiding this comment.
Mhm this is probably okay but to be on the safe side I would not change warning numbers here. I know this happened because another features got introduced since this PR was created, sorry for inconvenience therefore.
There was a problem hiding this comment.
@auduchinok if you're nearby, PTAL if you're okay with the parser changes (look reasonable to me).
| /// Gets the syntax range of this construct | ||
| member Range: range | ||
| /// Represents two access |
There was a problem hiding this comment.
| /// Represents two access | |
| /// Represents two access modifiers |
Uh oh!
There was an error while loading. Please reload this page.
psfinaki
left a comment
There was a problem hiding this comment.
Good stuff, thanks for adding the signature support and extra tests. Left a few small remarks.
Description
Fixes#16854
Checklist