Skip to content

v1.14.0

Choose a tag to compare

@ra-bot ra-bot released this 19 May 09:20
  • CLI: rename -blacklist to -suppress and -whitelist to -unsuppress. This should clarify the semantics.
  • When a generic exception is raised, as in raise(exn) report as if a specific exception of
    name genericException were raised. Can be suppressed just like real exceptions.
  • Add new check for dead exceptions: that is exceptions defined but never raised directly or indirectly. An indirect raise (undecidable) is approximated by checking if the value is passed around in any way.