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

486 support writing to dereferenced values #498

Merged
merged 9 commits into from
Mar 20, 2025

Conversation

jberthold
Copy link
Member

@jberthold jberthold commented Mar 19, 2025

Writing to (mutable) references is now supported, required a refactoring of how projections are handled for writes.

Closes #486

Also formats the JSON of reference-related tests from the previous PR and reduces the amount of test proofs to run.

@jberthold jberthold requested review from dkcumming and gtrepta and removed request for dkcumming March 19, 2025 06:58
@jberthold jberthold marked this pull request as ready for review March 19, 2025 06:58
@jberthold jberthold requested a review from dkcumming March 19, 2025 07:59
Copy link
Collaborator

@dkcumming dkcumming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A great improvement

@jberthold jberthold merged commit 296dddd into master Mar 20, 2025
5 checks passed
@jberthold jberthold deleted the 486-support-writing-to-dereferenced-values branch March 20, 2025 02:51
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.

Support for references and dereferencing
3 participants