Skip to content
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

Fix parsing of type members and templates #339

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Conversation

Morriar
Copy link
Collaborator

@Morriar Morriar commented Aug 5, 2024

Type member / template is incorrectly parsed as Constant if no block is passed.

While it doesn't change the RBI output as we print both a Constant and a TypeMember the same way, it is representing the semantics of the RBI incorrectly.

@Morriar Morriar added the bugfix Fix a bug label Aug 5, 2024
@Morriar Morriar self-assigned this Aug 5, 2024
@Morriar Morriar requested a review from a team as a code owner August 5, 2024 20:21
@Morriar Morriar requested review from amomchilov and KaanOzkan August 5, 2024 20:21
Signed-off-by: Alexandre Terrasa <alexandre.terrasa@shopify.com>
@Morriar Morriar force-pushed the at-fix-parse-type-member branch from 40dc6ea to 53243b4 Compare August 6, 2024 15:34
@Morriar Morriar added the breaking-change Change breaking retro-compatibility label Aug 6, 2024
@Morriar Morriar merged commit 968c8f5 into main Aug 6, 2024
8 checks passed
@Morriar Morriar deleted the at-fix-parse-type-member branch August 6, 2024 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Change breaking retro-compatibility bugfix Fix a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants