Sebastian Thiel
Sebastian Thiel
@yuja May I ask another datapoint? Since you seem to be able to reproduce the issue, which once again I am not on macOS/AARM64, it would be really valuable if...
That was racy :D, @yuja. And it looks like you already used the latest version. @folkertdev The problem seems to be that `gitoxide` can totally pass in inputs that are...
@copilot Make the necessary changes to make the newly added baseline tests pass.
@copilot fix CI by updating the `tar` file - it must be committed as well after running the tests locally (which changes it once the corresponding shell script changes).
@copilot Now bring in the tests from https://github.com/git/git/blob/6ab38b7e9cc7adafc304f3204616a4debd49c6e9/t/t0006-date.sh#L1 into the baseline test to see if our implementation can handle that.
@copilot Fix the tests, see CI.
@copilot Fix lints (probably clippy) and run the fuzzer with `cd gix-date/fuzz && cargo +nightly fuzz run parse --release` for a couple of seconds to reveal more issues.
@copilot fix CI please.
@copilot one of the CI test fails, while others work. Could this be raciness somewhere? Take a look at the CI job summary for an overview. Here is the excerpt...
@copilot The date formats that were removed in https://github.com/GitoxideLabs/gitoxide/commit/fd1e808d36257013d48de352755e44f107cea249 should have a unit-test on their own. While at it, be sure that each supported date format (along with typical variations)...