Releases: Shopify/ruby_memcheck
Releases · Shopify/ruby_memcheck
0.3.0
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).
0.2.1
Note: 0.2.0 was yanked due to a gem building mistake.
Features
- Support for suppression files (62297ce).
- Support outputting suppressions with (#4).
Improvements
- Speed up XML parsing (#5).
0.1.2
Adds rb_exc_raise
to the default list of ignored Ruby functions.
0.1.1
Fixes detection for Rubies built as a shared object.