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 beta] Updates Glimmer VM to 0.54.0 #19025

Merged
merged 3 commits into from
Jun 24, 2020
Merged

[BUGFIX beta] Updates Glimmer VM to 0.54.0 #19025

merged 3 commits into from
Jun 24, 2020

Conversation

pzuraq
Copy link
Contributor

@pzuraq pzuraq commented Jun 22, 2020

Updates the VM to the latest version, incorporating the changes for destroyables. This PR does not add any new public APIs to Ember, the plan is to do that in a followup.

return engine;
}
getDestroyable(bucket: EngineState): Option<Destroyable> {
return bucket.engine;
Copy link
Contributor

Choose a reason for hiding this comment

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

I assume the controller is a child of the engine and is registered to it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, based on the code prior to this, I believe that must have been true. This is effectively the equivalent to the code it's replacing.

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.

3 participants