Add top-level dependency generator #2

Closed
opened 2023-04-12 23:12:55 +02:00 by Xaseiresh · 0 comments
Owner

Instead of performing the whole recursive step of net analysis in the parser step, an above task can go through the different items and spawn new, unchecked parser artefacts, and wait on those to complete.

Or at the very least we spawn the dependencies in the parser step, but only perform the actual dependency/waiting on in the root node.
This is much cleaner and a bit more meaningful.

Instead of performing the whole recursive step of net analysis in the parser step, an above task can go through the different items and spawn new, unchecked parser artefacts, and wait on those to complete. Or at the very least we spawn the dependencies in the parser step, but only perform the actual dependency/waiting on in the root node. This is much cleaner and a bit more meaningful.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lucidergs/comfpile-old#2
No description provided.