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

Fix basic component and helper resolution in engines #14055

Closed
wants to merge 1 commit into from

Conversation

asakusuma
Copy link
Contributor

Ensured that tests fail before fix

cc @krisselden @chancancode

@@ -2,6 +2,14 @@ import { Template } from 'glimmer-runtime';

class Wrapper {
constructor(id, env, spec) {
Copy link
Contributor

Choose a reason for hiding this comment

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

The factory should be passed the owner, we should use the owner of the template, the env really should come from the app and be passed into the engine with instantiate false. /cc @dgeb

@krisselden
Copy link
Contributor

@dgeb please review

@asakusuma asakusuma force-pushed the glimmer-owner branch 3 times, most recently from 9ee3e5f to aa5e739 Compare August 17, 2016 20:31
@homu
Copy link
Contributor

homu commented Aug 20, 2016

☔ The latest upstream changes (presumably #14102) made this pull request unmergeable. Please resolve the merge conflicts.

@dgeb
Copy link
Member

dgeb commented Aug 20, 2016

@asakusuma sorry to delay following up. @rwjblue and I talked with @krisselden and have some ideas about how to resolve this, which we'll try to do in the next few days.

@homu
Copy link
Contributor

homu commented Aug 25, 2016

☔ The latest upstream changes (presumably #14119) made this pull request unmergeable. Please resolve the merge conflicts.

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.

5 participants