Skip to content

throw-trace-v0.1.7

Choose a tag to compare

@github-actions github-actions released this 04 Jun 14:19
· 31 commits to main since this release
9cb45b1

Fixed

  • use call site location instead of name-based matching in propagation
  • skip unreachable throw-e after if/else that both terminate
  • detect reachable catch-param rethrow in instanceof branch
  • treat catch param rethrow in instanceof branch as non-terminating
  • handle duplicate calls and partial instanceof termination
  • improve catch block handling and add member call propagation

Other

  • fix redundant closure and manual assert clippy warnings
  • inline format args to fix clippy warning
  • add catalog e2e tests for throw pattern coverage