github GitoxideLabs/gitoxide gix-actor-v0.41.0
gix-actor v0.41.0

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

Bug Fixes (BREAKING)

  • 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.

  • remove winnow from the public gix-actor API for parsing
    It's too easy to not detect winnow updates as a breaking change,
    and then make patch releases that break existing builds.

Commit Statistics

  • 5 commits contributed to the release over the course of 2 calendar days.
  • 3 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #2545

Commit Details

view details
  • #2545
    • Remove winnow from the public gix-actor API for parsing (b060eb2)
  • Uncategorized
    • Remove winnow and replace it with hand-implemented parsers everywhere. (91c854e)
    • Merge pull request #2540 from GitoxideLabs/reporting (4d5ba23)
    • Merge pull request #2529 from GitoxideLabs/reflog-newline-handling (2c3a08e)
    • Adapt to changes in gix-error (2e2a126)

Don't miss a new gitoxide release

NewReleases is sending notifications on new releases.