-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
butido tree-of --serial-buildorder #379
Comments
ammernico
added a commit
to ammernico/butido
that referenced
this issue
Sep 18, 2024
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes science-computing#379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
ammernico
added a commit
that referenced
this issue
Sep 26, 2024
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes #379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
ammernico
added a commit
that referenced
this issue
Sep 26, 2024
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes #379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
ammernico
added a commit
that referenced
this issue
Sep 26, 2024
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes #379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
ammernico
added a commit
that referenced
this issue
Oct 16, 2024
- Introduced a new command-line argument `--serial-buildorder` that outputs the tree-of package in a serial build order. - The `--serial-buildorder` argument conflicts with the existing `--dot` argument for now. Showing the serial build order in the dot format would not bring any benefits. - Ensured cyclic dependency detection and error handling during topological sorting. Fixes #379 Signed-off-by: Nico Steinle <nico.steinle@eviden.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
butido tree-of currently only presents a tree view of the DAG with lots of duplicates
butido tree-of --serial-buildorder
for some builds a serial buildorder would be more useful but we can't produce the order at the moment
The text was updated successfully, but these errors were encountered: