Skip to content

fix(core): avoid dropping unrelated continuous deps in makeAcyclic#34389

Merged
FrozenPandaz merged 1 commit intomasterfrom
fix/bug-1-acyclic
Feb 10, 2026
Merged

fix(core): avoid dropping unrelated continuous deps in makeAcyclic#34389
FrozenPandaz merged 1 commit intomasterfrom
fix/bug-1-acyclic

Conversation

@leosvelperez
Copy link
Copy Markdown
Member

Current Behavior

Cycles in the task graph could remove unrelated continuousDependencies when the cycle exists only in dependencies, leading to missing continuous task edges.

Expected Behavior

Cycle removal only removes the specific cyclic edge from the list where it appears, preserving unrelated continuous dependencies.

@leosvelperez leosvelperez requested a review from a team as a code owner February 10, 2026 10:31
@leosvelperez leosvelperez self-assigned this Feb 10, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 10, 2026

Deploy Preview for nx-docs ready!

Name Link
🔨 Latest commit f7f99a7
🔍 Latest deploy log https://app.netlify.com/projects/nx-docs/deploys/698b08f1dcd4ce000898652a
😎 Deploy Preview https://deploy-preview-34389--nx-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 10, 2026

Deploy Preview for nx-dev ready!

Name Link
🔨 Latest commit f7f99a7
🔍 Latest deploy log https://app.netlify.com/projects/nx-dev/deploys/698b08f1b2db740008f6d134
😎 Deploy Preview https://deploy-preview-34389--nx-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@nx-cloud
Copy link
Copy Markdown
Contributor

nx-cloud Bot commented Feb 10, 2026

View your CI Pipeline Execution ↗ for commit f7f99a7

Command Status Duration Result
nx affected --targets=lint,test,test-kt,build,e... ✅ Succeeded 10m 49s View ↗
nx run-many -t check-imports check-lock-files c... ✅ Succeeded 3m 59s View ↗
nx-cloud record -- nx-cloud conformance:check ✅ Succeeded 7s View ↗
nx-cloud record -- nx format:check ✅ Succeeded 1s View ↗
nx-cloud record -- nx sync:check ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-02-10 12:35:17 UTC

@FrozenPandaz FrozenPandaz merged commit 6c9f0cb into master Feb 10, 2026
25 of 26 checks passed
@FrozenPandaz FrozenPandaz deleted the fix/bug-1-acyclic branch February 10, 2026 20:44
FrozenPandaz pushed a commit that referenced this pull request Feb 13, 2026
…34389)

## Current Behavior

Cycles in the task graph could remove unrelated `continuousDependencies`
when the cycle exists only in `dependencies`, leading to missing
continuous task edges.

## Expected Behavior

Cycle removal only removes the specific cyclic edge from the list where
it appears, preserving unrelated continuous dependencies.

(cherry picked from commit 6c9f0cb)
@github-actions
Copy link
Copy Markdown
Contributor

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Feb 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants