Skip to content

Commit

Permalink
added a note wrt. Valgrind (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 20, 2016
1 parent 5c4624c commit f854410
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ There are currently two files which need to be edited:
Please understand that I cannot accept pull requests changing only file `src/json.hpp`.


## Note

- If you open a pull request, the code will be automatically tested with [Valgrind](http://valgrind.org)'s Memcheck tool to detect memory leaks. Please be aware that the execution with Valgrind _may_ in rare cases yield different behavior than running the code directly. This can result in failing unit tests which run successfully without Valgrind.

## Please don't

- Only make changes to file `src/json.hpp` -- please read the paragraph above and understand why `src/json.hpp.re2c` exists.
Expand Down

0 comments on commit f854410

Please sign in to comment.