Skip to content

0.3.0

Compare
Choose a tag to compare
@peterzhu2118 peterzhu2118 released this 01 Nov 16:30

Features

  • XML files are generated in a directory instead of a single file to prevent corrupted XML from being generated during forking (42e6818).
  • Valgrind now follows forked children (772ec55).
  • Added support for RSpec (068db0e).

Improvements

  • Generating valgrind suppressions can be done by passing valgrind_generate_suppressions: true during configuration (8af14c8).
  • Suppression files are passed as absolute paths to Valgrind to prevent confusion with relative paths (27bed6f).