-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
affected: commands break in 8.10.0 #2274
Comments
I get maximum call stack exceeded:
|
I have same error |
In 8.11.0 the error has been improved. Now it says |
repo to reproduce - https://github.com/zaverden/nx-affected-error/tree/affected-error
Steps:
The source of a problem: |
@alfaproject try |
I am also facing the same issue when I run I am happy to work on this issue if someone can tell me what should be the expected action I am using
|
@zaverden it's true that there is no call stack exception anymore but now the affected commands don't seem to finish. Infinite loop it seems, so still unusable. ): |
@raheelriax: interesting find: the same is valid for my case. I am seeing:
and indeed: |
@raheelriax problem will be solved if
Link to I don't know what side effects this change can bring. But at least this is a good starting point |
@zaverden same here 😕 , I also used a workaround on my local machine to get it to working but I am not sure about the expected actions or what it should actually do in these kind of scenarios. |
@zaverden I'm facing the same issue. |
Can also confirm this bug: For me works on my local machine (mac os 10.15) but breaks on our CI which uses ubuntu (but tried a run witch mac os which also breaks) with the error message:
where the package time-ago-pipe was removed |
@Tre665 it works locally for you, because nx uses cache. It is located in Wild thought: if you commit your local |
@Tre665 for me its breaking on both CI and on my local machine (Mac OS X 10.15.2) |
I'm also running into this bug after removing some dependencies. Removing the |
I'll take a look. It will be patched in the next release. |
@jaysoo Any estimate on when we can expect a release with this fix? This is halting our CICD pipeline. |
@kkuriata We are also facing the issue. As a temporary workaround we just re-added the package to keep them in sync with master and manage a list which dependency we have to remove when the fix is released. |
@Tre665 Yeah, I was thinking about that, too :) |
8.11.1 was released and an upgrade resolved the CICD issues. |
Thanks guys for resolving this issue so fast! |
This issue still happens in NX 10.3.0 version |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Expected Behavior
Updating from 8.9.0 to 8.10.0 to have no breaking changes and scripts execute same as before without modification, or to receive a meaningful error message.
Current Behavior
Any commands for affected files ( affected:test, affected:lint, affected:apps) now produce an identical error after updating to latest
Failure Information (for bugs)
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
ng update @nrwl/workspace
to go from 8.9.0 to 8.10.0Context
Please provide any relevant information about your setup:
The text was updated successfully, but these errors were encountered: