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

Sharing hook #17

Open
TobiasWrigstad opened this issue Sep 25, 2024 · 1 comment
Open

Sharing hook #17

TobiasWrigstad opened this issue Sep 25, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@TobiasWrigstad
Copy link
Member

The default freezing behaviour of an object is to make
all its fields immutable (including its class), and
freeze all references in all fields. A freeze hook can
be used to override this behaviour to replace all the
contents of the fields before the fields and their
contents are frozen, or to throw an exception.

@TobiasWrigstad TobiasWrigstad added the enhancement New feature or request label Sep 25, 2024
@TobiasWrigstad TobiasWrigstad added this to the PLDI milestone Sep 25, 2024
@xFrednet
Copy link
Collaborator

xFrednet commented Oct 9, 2024

Is this something we should definitly have for PLDI or an optional thing?

@xFrednet xFrednet removed this from the PLDI milestone Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants