Skip to content

[68] Prevent dynamic dependency bug#79

Open
ncouvert wants to merge 1 commit into
mainfrom
nco/enh/prevent-dynamic-dependency-bug
Open

[68] Prevent dynamic dependency bug#79
ncouvert wants to merge 1 commit into
mainfrom
nco/enh/prevent-dynamic-dependency-bug

Conversation

@ncouvert

@ncouvert ncouvert commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@ncouvert ncouvert changed the title Nco/enh/prevent dynamic dependency bug [68] Prevent dynamic dependency bug Jul 1, 2026
@ncouvert ncouvert force-pushed the nco/enh/prevent-dynamic-dependency-bug branch from c98e02e to 9356604 Compare July 1, 2026 13:58
Ensure a task can't have dependencies or be computed dynamically simultaneously

And prevent dependency creation between :
- A task and one of its child
- A task depending on one of the target task's parent

Issue: #68
@ncouvert ncouvert force-pushed the nco/enh/prevent-dynamic-dependency-bug branch from 9356604 to bca95c4 Compare July 3, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

We get an infinite loop while creating a dependency on task child of a dynamic task

1 participant