Stefan Penner
Stefan Penner
It's in my radar. Slowly been fixing up quirks in this area. sorry about the delay
> Haven't dug in completely, seems somewhat related to #428. Does this supercede that effort? From what I can tell, this does not supersede #428. the fact that these hooks...
I believe this is a good path. I would like to get the next release out first, then experiment with this change in a production app, make sure all seems...
I did test this with the earliest release and symlinking stuff seemed to work really well. I can't remember if the warning happened or not...
My guess is the warning needs to be fixed.
https://github.com/ember-cli/ember-cli/blob/2afca8eee9393026b5af6ec02157b7c53cb67feb/lib/utilities/windows-admin.js#L88
The current recommendation (although alternatives are plausible) is to then extract that component as an addon. This is the level of composition the ensures dependencies of shared components are enumerated...
this will need to be an independent RFC
Could you provide a failing test? That would help addressing this issue.
I don't believe this is possible without explicit ref counting done in user land, that is unless you are running on a platform that supports native WeakMaps.