You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo-hack runs a cargo command against various combinations of features (at its simplest, --each-feature). When the output of this is displayed in bacon, the context of which package is being run is lost. E.g.:
The output header above each run is like:
info: running `cargo test --all-features` on ratatui (1/32)
I'm not sure what's best to do here, either grouping or dedupe both seem like rational ideas.
The text was updated successfully, but these errors were encountered:
Cargo-hack runs a cargo command against various combinations of features (at its simplest,
--each-feature
). When the output of this is displayed in bacon, the context of which package is being run is lost. E.g.:The output header above each run is like:
I'm not sure what's best to do here, either grouping or dedupe both seem like rational ideas.
The text was updated successfully, but these errors were encountered: