You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the task network is such that a circular loop is detected multiple times (a very valid scenario), it's still better to only list this once.
The same applies to duplicate/identical edges between task network nodes.
Right now the above is printed as they are detected when parsing the task network.
Change so that all detected issues are stored, then de-duplicated and finally sent to the console as warnings.
Current version (4.4.0) looks like this:
2025-01-01T11:14:30.526Z warn: Cyclic dependency detected in task network. Won't go deeper.
2025-01-01T11:14:30.526Z warn: From task : [07245d8c-b33a-4f92-9c1d-b0661c5ead88] "[ctrl-q task chain 11.1] Reload task of Ctrl-Q reload chain app 1-1"
2025-01-01T11:14:30.526Z warn: To task : [6097cf88-5143-4158-9b9b-d918454e4b59] "[ctrl-q task chain 2] Reload task of Ctrl-Q reload chain app 2-1"
2025-01-01T11:14:30.526Z warn: Cyclic dependency detected in task network. Won't go deeper.
2025-01-01T11:14:30.526Z warn: From task : [07245d8c-b33a-4f92-9c1d-b0661c5ead88] "[ctrl-q task chain 11.1] Reload task of Ctrl-Q reload chain app 1-1"
2025-01-01T11:14:30.526Z warn: To task : [6097cf88-5143-4158-9b9b-d918454e4b59] "[ctrl-q task chain 2] Reload task of Ctrl-Q reload chain app 2-1"
2025-01-01T11:14:30.526Z warn: Cyclic dependency detected in task network. Won't go deeper.
2025-01-01T11:14:30.526Z warn: From task : [6097cf88-5143-4158-9b9b-d918454e4b59] "[ctrl-q task chain 2] Reload task of Ctrl-Q reload chain app 2-1"
2025-01-01T11:14:30.526Z warn: To task : [f77fb7f9-4262-43d9-9ca0-459de6e908d0] "[ctrl-q task chain 3] Ext program task chaining"
2025-01-01T11:14:30.526Z warn: Cyclic dependency detected in task network. Won't go deeper.
2025-01-01T11:14:30.526Z warn: From task : [6097cf88-5143-4158-9b9b-d918454e4b59] "[ctrl-q task chain 2] Reload task of Ctrl-Q reload chain app 2-1"
2025-01-01T11:14:30.526Z warn: To task : [f77fb7f9-4262-43d9-9ca0-459de6e908d0] "[ctrl-q task chain 3] Ext program task chaining"
The text was updated successfully, but these errors were encountered:
If the task network is such that a circular loop is detected multiple times (a very valid scenario), it's still better to only list this once.
The same applies to duplicate/identical edges between task network nodes.
Right now the above is printed as they are detected when parsing the task network.
Change so that all detected issues are stored, then de-duplicated and finally sent to the console as warnings.
Current version (4.4.0) looks like this:
The text was updated successfully, but these errors were encountered: