Skip to content

gix-error v0.3.2

Choose a tag to compare

@Byron Byron released this 01 Sep 03:14
· 8 commits to main since this release
888677a

New Features

  • add ergonomic test errors and string comparisons Test functions only require Debug for their error type, so TestError can accept
    both standard errors and Exn without relying on a boxed error as the public
    result type. Direct, asymmetric comparisons with string slices and owned strings
    keep assertions concise while retaining Display semantics.

Commit Statistics

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

Commit Details

view details
  • Uncategorized
    • Merge pull request #2944 from GitoxideLabs/error-conversion-review (e3a6fa1)
    • Add ergonomic test errors and string comparisons (870c191)
    • Merge pull request #2932 from GitoxideLabs/fundamental-types-comp (6704303)