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] Fix subexpr stream labels. #11646

Merged
merged 1 commit into from
Jul 3, 2015

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Jul 3, 2015

  • The subexpr hook was creating a label function for each sub-expression, but nothing in the system was doing anything with a function.
  • The element and subexpr hooks were passing the generated label in the context slot.

* The `subexpr` hook was creating a label function for each
  sub-expression, but nothing in the system was doing anything with a
  function.
* The `element` and `subexpr` hooks were passing the generated `label`
  in the `context` slot.
@rwjblue
Copy link
Member Author

rwjblue commented Jul 3, 2015

@mixonic - Can you review?

@stefanpenner
Copy link
Member

👍

@mixonic
Copy link
Sponsor Member

mixonic commented Jul 3, 2015

Gracias

mixonic added a commit that referenced this pull request Jul 3, 2015
[BUGFIX beta] Fix subexpr stream labels.
@mixonic mixonic merged commit a069c4d into emberjs:master Jul 3, 2015
@mixonic mixonic deleted the fixup-some-labels branch July 3, 2015 17:20
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