-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Tree cycle detected
when upgrading to ember-cli 3.4
#239
Comments
Hi @sammynave — thanks for the report! For the moment I think the |
Quick update, just bumped ember-cli in the reproduction repo to 3.4.2 and it's still broken : / |
Thanks for the update. Looking more closely at the PR in ember-auto-import, it looks like this isn't a trivial fix. I don't think I'm personally likely to be able to get to it within the next week or so, unfortunately 😕 If anyone has the opportunity take a pass at fixing it in the meantime, we have roughly the same issue as |
Just did a simple test to make sure the problem is with If simply removes it from the public tree, the problem can be solved temporarily, of course you will lose the ability to search. The next step would be to go deeper into |
A quick note that occurred to me this morning: unlike auto-import, we might be able to use |
I have the same issue, after that I tried update to 3.4.2 =/ |
First, thanks for the great addon! We've been using it for a while and love it.
I tried to update one of our addons to ember-cli 3.4.1 this morning and got a
Tree cycle detected
build failure. The stack seemed quite unhelpful but I was able to narrow it down toember-cli-addon-docs
.There was a similar issue happening in ember-auto-import so maybe there's a clue there?
I have a repro here: https://github.com/sammynave/tree-cycle-repro if that's helpful. You should just be able
yarn && ember s
to get the error.Let me know if I can provide any more info.
Thanks!
The text was updated successfully, but these errors were encountered: