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

Drop usage of deprecated Any.freeze() in K/N target #2819

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

qurbonzoda
Copy link
Contributor

The legacy memory model was removed from the K/N runtime in 1.9.20. Now, this function does nothing, and its usages can be safely dropped. Also, Worker.execute/executeAfter functions no longer require the argument to be frozen, as objects can no longer be frozen.

Currently, the opt-in requirement level of APIs marked with @FreezingIsDeprecated is being advanced to ERROR. Thus, this usage of the freeze() function is blocking that effort.

The legacy memory model was removed from the K/N runtime in 1.9.20.
Now, this function does nothing, and its usages can be safely dropped.

Worker.execute functions no longer require the argument to be frozen,
as objects can no longer be frozen.
@sandwwraith sandwwraith merged commit 595bcbd into dev Sep 18, 2024
4 checks passed
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.

2 participants