| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
GNU testsuite comparison: GNU test failed: tests/timeout/timeout-parameters. tests/timeout/timeout-parameters is passing on 'main'. Maybe you have to rebase? Skip an intermittent issue tests/date/date-locale-hour (fails in this run but passes in the 'main' branch) Skip an intermittent issue tests/misc/io-errors (fails in this run but passes in the 'main' branch) Skip an intermittent issue tests/tail/symlink (fails in this run but passes in the 'main' branch) Skipping an intermittent issue tests/cut/bounded-memory (passes in this run but fails in the 'main' branch) Congrats! The gnu test tests/tail/pipe-f is now passing! |
Sorry, something went wrong.
| os_display = "0.1.3" | ||
| parse_datetime = "0.15.0" | ||
| # Temporary: use git until a release includes the whitespace fix | ||
| parse_datetime = { git = "https://github.com/uutils/parse_datetime" } |
There was a problem hiding this comment.
let me do a release instead
Sorry, something went wrong.
There was a problem hiding this comment.
0.16.0 published
Sorry, something went wrong.
|
Please rename the commit to explain that you update parse_datetime to fix a bug |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #13864.
GNU date accepts vertical tab and form feed as whitespace between items, we rejected them. The fix landed upstream in parse_datetime, so track its git main until the next release, and add tests.