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: Mutability in the comptime interpreter #5512

Closed
wants to merge 6 commits into from
Closed

Conversation

jfecher
Copy link
Contributor

@jfecher jfecher commented Jul 15, 2024

Description

Problem*

Resolves #5504

Summary*

Mutable variables weren't wrapped in a mutable reference before like they are in SSA - they are now.

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [For Experimental Features] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

@jfecher jfecher requested a review from a team July 15, 2024 16:31
@jfecher jfecher changed the title Fix mutability issue fix: Mutability in the comptime interpreter Jul 15, 2024
@jfecher
Copy link
Contributor Author

jfecher commented Jul 15, 2024

Closing in favor of #5517

@jfecher jfecher closed this Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant