Add @ember/string dependency to package.json#1203
Conversation
|
I was about to do the same PR :-) |
|
I re-ran the failing tests here once or twice and they seem persistent. I expect they need debugging- Either something in the change itself or possibly in the way the test scenarios are setup in Ember try is not as is expected. |
|
@mixonic I believe this is a floating dep issue: if you re-roll the lockfile on a separate branch, I would expect something similar to appear |
|
Hi @mixonic |
|
Will this PR be merged eventually ? I'm battling with |
|
I've rebased and force pushed this. I have not investigated the failures, as I mentioned I only re-ran the tests.
Possibly, but there are scenarios which run and pass. The test suite in Ember 5+ seems to be where the issue occurs. |
|
Huzzah. Dropping string as a dependency, and simply inlining the needed code, is a reasonable fix. Landing it. The docs failure is an issue on master. |
|
This is included in |
Probably solves #1202