Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Move all semver failures to the end, for readability #1

Closed
obi1kenobi opened this issue Jul 14, 2022 · 1 comment
Closed

Move all semver failures to the end, for readability #1

obi1kenobi opened this issue Jul 14, 2022 · 1 comment

Comments

@obi1kenobi
Copy link
Owner

Consider a more cargo test / cargo nextest-like output, where the individual tests show as pass/fail but the summary is at the very end. This would speed up the time-to-known-outcome, as the result iterators would only be .peek()-ed once and then saved until the final summary is generated. This is the laziest of all possible evaluations.

Also consider fewer sections in the left-hand side, and maybe focus on just a "Help" section together with each failure in the final summary. This way, folks don't have to figure out what each section does.

@obi1kenobi
Copy link
Owner Author

Implemented in v0.4.0.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant