nx affected infinite loop
See original GitHub issueExpected Behavior
nx affected
command family completes
Current Behavior
nx affected
command family does not complete (seems to go into an infinite loop)
Failure Information (for bugs)
There really isn’t more that I can say. The affected commands just don’t finish unless I use --all
.
Steps to Reproduce
- … in my project
nx affected:lint
- … never finishes
I can not share the project, but I’m ok to share the project graph: project-graph.json.zip
I can also share any other metadata files like nx.json
if it helps.
Context
@nrwl/angular : 8.11.2
@nrwl/cli : 8.11.2
@nrwl/cypress : 8.11.2
@nrwl/eslint-plugin-nx : Not Found
@nrwl/express : Not Found
@nrwl/jest : 8.11.2
@nrwl/linter : Not Found
@nrwl/nest : Not Found
@nrwl/next : Not Found
@nrwl/node : Not Found
@nrwl/react : Not Found
@nrwl/schematics : Not Found
@nrwl/tao : 8.11.2
@nrwl/web : Not Found
@nrwl/workspace : 8.11.2
typescript : 3.5.3
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (8 by maintainers)
Top Results From Across the Web
Affected - Nx
Next generation build system with first class monorepo support and powerful integrations.
Read more >Vendor browsing - CVE-Search
CVE-2019-1611, 7.2. A vulnerability in the CLI of Cisco NX-OS Software and Cisco FXOS Software could allow an authenticated, local attacker to execute...
Read more >Enterprise Vulnerability Information System - Greenbone Networks
Affected Software/Operating System ... collection (Jacob Tanenbaum) [1179851 1179852] {CVE-2014-9529} - [fs] isofs: infinite loop in CE record entries ...
Read more >NVD - Results - National Institute of Standards and Technology
An infinite loop in Open Robotics ros_comm XMLRPC server in ROS Melodic through ... The affected application contains a use-after-free vulnerability while ...
Read more >Serverless Functions – Vercel Docs
You have an infinite loop within your function: Check that your function is not making an infinite loop at any stage of execution....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I will be providing a PR for this today so we can have a fix in the next release.
FWIW, there wasn’t an infinite loop but because we are creating a lot of new arrays + gc, the process became very CPU intensive.
Thank you @jaysoo, much appreciated (: