Skip to content

gix-actor v0.31.1

Compare
Choose a tag to compare
@Byron Byron released this 18 Mar 08:28
· 1615 commits to main since this release
155cc45

Bug Fixes

  • allow parsing signatures with trailing numbers in offset
    That way this won't fail, but just silently degenerates information.

    The idea is that during FSCK, objects should be decoded and then
    re-encoded to see if they are still the same. If not, this means
    some leniency kicked in.

    Maybe for FSCK, there would also have to be a refactor so there
    is a lenient and strict parsing mode. One problem at a time.

Commit Statistics

  • 3 commits contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #1322

Commit Details

view details
  • #1322
    • Allow parsing signatures with trailing numbers in offset (741e373)
  • Uncategorized
    • Prepare changelog prior to release (129ba3d)
    • Merge branch 'improvements-for-cargo' (41cd53e)