Dane Springmeyer
Dane Springmeyer
> Instead we'll need to come up with some other method to recommend and consistently use via node c++ modules, like using a shell script + mason like carmen-cache does...
My proposal for 🍇 is: - `-Werror` - turn warnings into errors so that we deal with them, rather than letting them pile up. And so that we see them...
Thanks @joto: Absolutely agree that, to allow more aggressive warnings in your code (and especially `-Werror`), this must be paired with using `-isystem` or `include_directories(SYSTEM )` for deps you don't...
refs https://github.com/Project-OSRM/osrm-backend/pull/4843
/cc @mikemorris - you've been using lldb quite a bit: can you drop ideas on this ticket for things you've learned that can be documented for others?
Noting that `-fsanitize=pointer-overflow` was added in clang++ 5.x: https://wdtz.org/catching-pointer-overflow-bugs.html and is part of the `undefined` group.
@tmpsantos this looks fantastic, thank you 🙏
@mapsam thanks, though re-opening since I noticed another blank one: https://github.com/mapbox/cpp/blob/master/docs/testing.md
okay to remove @mapsam
We are not actively developing bones - maybe you could share why you are using it?