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 compiler crash introduced in #4283 #4288

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Fix compiler crash introduced in #4283 #4288

merged 1 commit into from
Dec 30, 2022

Conversation

SeanTAllen
Copy link
Member

Fixes a missed case in #4283 (arrow types). Instead of displaying an error message, the user who was attempting to do an unsafe mutation of a val was greeted by a compiler crash.

Fixes #4287

Fixes a missed case in #4283 (arrow types). Instead of displaying
an error message, the user who was attempting to do an unsafe
mutation of a val was greeted by a compiler crash.

Fixes #4287
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label Dec 30, 2022
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Dec 30, 2022
@SeanTAllen SeanTAllen mentioned this pull request Dec 30, 2022
@SeanTAllen SeanTAllen merged commit 2d33583 into main Dec 30, 2022
@SeanTAllen SeanTAllen deleted the issue-4287 branch December 30, 2022 20:41
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Dec 30, 2022
github-actions bot pushed a commit that referenced this pull request Dec 30, 2022
github-actions bot pushed a commit that referenced this pull request Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compiler crash when attempting to mutate a val field
3 participants