Conversation
9e40ee1 to
7041640
Compare
Remove factoryInjections related code Kill lookupFactory debugkey test Add NAME_KEY to injectedFactory class
275739b to
d69f8d3
Compare
rwjblue
left a comment
There was a problem hiding this comment.
I'm happy with all of this work, but I'd really like to see us remove that last reopenClass in deprecatedFactoryFor. Though maybe it isn't worth a ton of effort since we plan to remove that whole chunk of code with the ember-factory-for feature flag...
packages/container/lib/container.js
Outdated
| // TODO - remove all `container` injections when Ember reaches v3.0.0 | ||
| injectDeprecatedContainer(injectedFactory.prototype, container); | ||
| injectedFactory.reopenClass(factoryInjections); | ||
| injectedFactory.reopenClass({ [NAME_KEY]: registry.makeToString(factory, fullName) }); |
There was a problem hiding this comment.
Ideally we can get rid of this also (I'm not sure we have solved the "problem" of factory injections if we cannot remove this reopenClass).
|
☔ The latest upstream changes (presumably #15014) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@locks ping |
|
@stefanpenner there was a problem with 5b2dc4d that I don't know how to address. I think it particularly broke some of Ember Data's output. |
|
☔ The latest upstream changes (presumably #15177) made this pull request unmergeable. Please resolve the merge conflicts. |
@locks can you enumerate the problem, steps to reproduce? |
|
I believe this will be replaced by #15193. |
Uh oh!
There was an error while loading. Please reload this page.