| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
GNU testsuite comparison: Skip an intermittent issue tests/tail/retry (fails in this run but passes in the 'main' branch) Skip an intermittent issue tests/tail/tail-n0f (fails in this run but passes in the 'main' branch) |
Sorry, something went wrong.
There was a problem hiding this comment.
Please use thiserror crate, something like:
#[derive(Debug, Error)]
enum DateError {
#[error("{}", translate!("date-error-write", "error" => strip_errno(.0)))]
Write(io::Error),
}
impl UError for DateError {}then use:
.map_err(DateError::Write)?
Sorry, something went wrong.
There was a problem hiding this comment.
sure, we can even wrap the other errors later too
Sorry, something went wrong.
date: use thiserror update thiserror in fuzz
| ] | ||
|
|
||
| [dependencies] | ||
| thiserror = { workspace = true } |
There was a problem hiding this comment.
nit: alphabetize
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.