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

[BUGFIX release] Prevent eager argument consumption on modifier destruction #19469

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Mar 19, 2021

Upgrades the VM to include the fix for eager argument consumption on
modifier destruction.

Fixes #19131 on canary

Upgrades the VM to include the fix for eager argument consumption on
modifier destruction.

Fixes #19131
@rwjblue
Copy link
Member

rwjblue commented Mar 19, 2021

@pzuraq - Is this just for canary, or should we backport to release?

@pzuraq pzuraq changed the title [BUGFIX] Prevent eager argument consumption on modifier destruction [BUGFIX release] Prevent eager argument consumption on modifier destruction Mar 19, 2021
@pzuraq
Copy link
Contributor Author

pzuraq commented Mar 19, 2021

We can backport this to release, for 3.24 and 3.20 LTS it'll have to be a different bugfix altogether because the VM was different back then. Luckily this code was in Ember at that time, so should be pretty easy to fix.

@boris-petrov
Copy link
Contributor

Perhaps also fixes #19447?

@pzuraq pzuraq merged commit 881fcc2 into master Mar 22, 2021
@pzuraq pzuraq deleted the bugfix-upgrade-vm-0.77.3 branch March 22, 2021 18:22
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.

[Bug] Ember Data error after upgrading Ember to 3.21.1
3 participants