github GitoxideLabs/gitoxide gix-config-v0.56.0
gix-config v0.56.0

latest releases: v0.53.0, gitoxide-core-v0.57.0, gix-fsck-v0.21.0...
10 hours ago

Bug Fixes

  • Allow more pathological cases during parsing just like Git
    This improves Git conformity, which is also pretty lenient.

Bug Fixes (BREAKING)

  • Limit Commit and Tag parsing to a given gix_hash::Kind
    Doing so adds conformity with Git, but also simplifies the parser
    which now only parse hex-hashes of a single valid length.

  • remove winnow and replace it with hand-implemented parsers everywhere.
    This will allow for simplified maintenance and editing (both human and machine)
    down the road, and enable additional performance optimisations.

    Parser compbinators to me ultimately were a failed experiment as I couldn't maintain
    them anyway, with it being too difficult for me to grasp and express everything
    in its very own kind of language, with a lot of different things to consider.

    Note that this also removes detailed errors from all parsers that previously
    used winnow, with the option to re-add those if there is demand.

Commit Statistics

  • 4 commits contributed to the release over the course of 2 calendar days.
  • 3 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Limit Commit and Tag parsing to a given gix_hash::Kind (d4439cd)
    • Allow more pathological cases during parsing just like Git (5127973)
    • Remove winnow and replace it with hand-implemented parsers everywhere. (91c854e)
    • Merge pull request #2540 from GitoxideLabs/reporting (4d5ba23)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.