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

Add a simple (failing) test for named block usage #18852

Merged
merged 2 commits into from
Apr 14, 2020

Conversation

dfreeman
Copy link
Contributor

Based on a conversation in Discord with @rwjblue and @locks yesterday, it sounds like the level of effort needed to get named blocks working in Ember at this point is a known-unknown.

Just to get the ball rolling, I pulled together a simple test gated on the EMBER_NAMED_BLOCKS feature. What I found was that basic usage appears to work for template-only components and the GlimmerishComponent test backing class, but not with Ember components.

Unfortunately my knowledge of the VM is minimal enough that I don't have much of a clue why that's the case, but hopefully it's at least a useful data point for someone who knows more than me 😄

@locks locks self-assigned this Mar 31, 2020
@rwjblue
Copy link
Member

rwjblue commented Apr 13, 2020

Should pass once #18869 is landed and this is rebased.

@rwjblue
Copy link
Member

rwjblue commented Apr 13, 2020

OK, ready for a rebase.

@locks
Copy link
Contributor

locks commented Apr 13, 2020

Rebased!

@rwjblue rwjblue merged commit 1ff5707 into emberjs:master Apr 14, 2020
@dfreeman dfreeman deleted the simple-named-blocks-test branch April 15, 2020 06:32
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