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

Errorfix(trycmd): Error, instead of ignore, unknown bins #148

Merged
merged 2 commits into from
Oct 6, 2022

Conversation

epage
Copy link
Contributor

@epage epage commented Oct 6, 2022

This was originally written this way to be a low effort way to ignore,
especially if you wanted a markdown block of code that interspersed
different commands.

This cane make it harder to root cause failures. In the mean time, you can

  • Mark the whole code fence as ignored
  • Mark the status of the program as skipped
  • Mark the binary as ignored (new)

Fixes #105

This was originally written this way to be a low effort way to ignore,
especially if you wanted a markdown block of code that interspersed
different commands.

In the general case, though, you can ignore the block and this makes it
harder to root cause problems.

Fixes assert-rs#105
This would allow a markdown code fence to interpserse supported and
unsupported commands without having to put a `? skipped`
@epage epage merged commit 438adcf into assert-rs:main Oct 6, 2022
@epage epage deleted the error branch October 6, 2022 19:42
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 this pull request may close these issues.

bin not found causes "ignored" not an error
1 participant