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

[FEAT] Upgrade the VM to v0.61.1 #301

Merged
merged 1 commit into from Sep 2, 2020
Merged

[FEAT] Upgrade the VM to v0.61.1 #301

merged 1 commit into from Sep 2, 2020

Conversation

pzuraq
Copy link
Member

@pzuraq pzuraq commented Sep 2, 2020

Upgrades the VM to the latest version

Upgrades the VM to the latest version
@pzuraq pzuraq changed the title [FEAT] Upgrade the VM to v0.61.0 [FEAT] Upgrade the VM to v0.61.1 Sep 2, 2020
@@ -281,7 +281,7 @@ module(`[@glimmer/core] non-interactive rendering tests`, () => {
} catch (err) {
assert.ok(
err.message.match(
"You tried to reference {{name}} from the template-only-component template, which doesn't have an associated component class. Template-only components can only access args passed to them. Did you mean {{@name}}?"
'You attempted to access `this` on a template only component, template-only-component. Template only components do not have a `this` context, and can only access arguments'
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, why do we loose the nicer error? If this is due to an upstream change, we should work to fix it...

Copy link
Member Author

Choose a reason for hiding this comment

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

it is, and it's noted in the location of the error with a link to this issue: glimmerjs/glimmer-vm#1153

@rwjblue rwjblue merged commit 0b82860 into master Sep 2, 2020
@rwjblue rwjblue deleted the upgrade-vm-0.61.0 branch September 2, 2020 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants