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 regression with NamedTuple.new when using key with a hyphen #14785

Merged
merged 1 commit into from
Jul 7, 2024

Conversation

Blacksmoke16
Copy link
Member

@Blacksmoke16 Blacksmoke16 commented Jul 5, 2024

Fixes #14784

Likely a regression from #12011 as it was working pre 1.5.0.

@Blacksmoke16 Blacksmoke16 added kind:bug topic:stdlib:collection kind:regression Something that used to correctly work but no longer works labels Jul 5, 2024
@straight-shoota straight-shoota added this to the 1.13.0 milestone Jul 6, 2024
@straight-shoota straight-shoota merged commit c048851 into crystal-lang:master Jul 7, 2024
61 checks passed
@Blacksmoke16 Blacksmoke16 deleted the nt-constructor branch July 7, 2024 15:02
kojix2 pushed a commit to kojix2/crystal that referenced this pull request Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug kind:regression Something that used to correctly work but no longer works topic:stdlib:collection
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler fails on NamedTuple keys containing dashes
4 participants