Skip to content

v0.8.1

Choose a tag to compare

@andrewdavidmackenzie andrewdavidmackenzie released this 24 May 13:48
· 7 commits to master since this release
0b3a996

What's Changed

Bug Fix

  • Allow suppression of causeless panic points (#255) — Previously, panic points with no identified causes could not be suppressed by any allow mechanism (// jonesy:allow(unknown), allow = ["unknown"], or scoped rules). Now all code points are assigned at least one cause (JP000/unknown when unidentified), making them filterable by all existing allow mechanisms.

Test Fix

  • Added capacity to the perfect example's allow list to handle capacity overflow detection in newer Rust compilers on Linux x86_64.

Full Changelog: v0.8.0...v0.8.1