Nico Steinle
Nico Steinle
Fixes #371
Will make it easier to spot it in the output. Partially fixes #57 This is an older commit. CP tested it, was fine
- 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...
- Add the `signal` feature to `tokio` to interrupt and handle the Control-C signal in Butido. - Add Control-C signal handling into the `Orchestrator`. - Implement `Drop` on the `JobHandle`...