Add top-level dependency generator #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.