Skip to content

Fix allow space after base type in enum def#16217

Merged
straight-shoota merged 1 commit intocrystal-lang:masterfrom
straight-shoota:fix/enum-line-comment
Oct 16, 2025
Merged

Fix allow space after base type in enum def#16217
straight-shoota merged 1 commit intocrystal-lang:masterfrom
straight-shoota:fix/enum-line-comment

Conversation

@straight-shoota
Copy link
Member

Resolves #16213

@straight-shoota straight-shoota self-assigned this Oct 15, 2025
@straight-shoota straight-shoota added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser kind:regression Something that used to correctly work but no longer works labels Oct 15, 2025
@ysbaddaden ysbaddaden added this to the 1.18.1 milestone Oct 16, 2025
@straight-shoota straight-shoota merged commit b4478c6 into crystal-lang:master Oct 16, 2025
42 checks passed
@straight-shoota straight-shoota deleted the fix/enum-line-comment branch October 16, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:bug A bug in the code. Does not apply to documentation, specs, etc. kind:regression Something that used to correctly work but no longer works topic:compiler:parser

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parsing enum with an explicit int type and a comment fails to parse on 1.18.0

2 participants