rethink static code analisys suppressions - users shouldn't have to use the same flags for code which uses doctest macros/types
try to forward declare std::string and specialize the string maker for it or something like that
https://github.com/philsquared/Catch/issues/980
== when making a new release:
news.ycombinator.com isocpp.org reddit.com/r/cpp reddit.com/r/programming reddit.com/r/gamedev reddit.com/r/cplusplus https://www.linkedin.com/groups/86782/profile twitter
== how to deal with pull requests for the main branch instead of the dev branch
== other
operator<< trouble
toString trouble - https://github.com/philsquared/Catch/issues/741
https://github.com/philsquared/Catch/commit/33ed1773f40b406dbf3b7201bf52694bd86b1503
I suspect -Wsign-compare is not being silenced by the pragmas... see this build - https://travis-ci.org/onqtam/game/jobs/196987454 check_eq(numDigits(0), 1); numDigits returns uint32