Skip to content
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

Open
christophprokop opened this issue Apr 30, 2024 · 0 comments · May be fixed by #419
Open

butido tree-of --serial-buildorder #379

christophprokop opened this issue Apr 30, 2024 · 0 comments · May be fixed by #419

Comments

@christophprokop
Copy link
Collaborator

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

@primeos-work primeos-work linked a pull request Sep 16, 2024 that will close this issue
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 a pull request may close this issue.

1 participant