butido icon indicating copy to clipboard operation
butido copied to clipboard

Add `serial-buildorder` argument to the build-tree

Open ammernico opened this issue 1 year ago • 1 comments

  • 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.

ammernico avatar Sep 12 '24 08:09 ammernico

tested successfully :) thx!

christophprokop avatar Sep 18 '24 14:09 christophprokop