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

Fixup issues with dynamic angle bracket invocation. #827

Merged
merged 1 commit into from
Jun 4, 2018

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jun 4, 2018

This fixes two different issues identified with dynamic invocation via angle brackets:

  • The Angle Bracket Invocation RFC specifically forbids implicit this lookups from being considered. Prior to the changes here <foo.bar /> would have worked the same as <this.foo.bar />. These changes bring the implementation in line with the RFC. Related to Angle Bracket Invocation allows implicit this with paths emberjs/ember.js#16712.
  • The prior implementation did not support using a path off of a local, these changes fix that.

This fixes two different issues identified with dynamic invocation via
angle brackets:

* The Angle Bracket Invocation RFC specifically forbids implicit `this`
lookups from being considered. Prior to the changes here `<foo.bar />`
would have worked the same as `<this.foo.bar />`. These changes bring
the implementation in line with the RFC.
* The prior implementation did not support using a path off of a local,
these changes fix that.
@rwjblue rwjblue merged commit 66d4e75 into glimmerjs:master Jun 4, 2018
@rwjblue rwjblue deleted the fixup-dynamic-angle-invocations branch June 4, 2018 19:46
@rwjblue rwjblue added the bug label Jun 4, 2018
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.

1 participant