Mark VanderVoord

Results 149 comments of Mark VanderVoord

This is a good use-case that we'll have to look at after this upcoming release. It's going to require some thought. There's a catch-22 here. The pre_build and pre_release hooks...

@xXFrank01Xx -- first of all, THANK YOU for sharing an opinion on this topic. We've been trying to figure out how best to handle different situations of "starting out" and...

Hi. We don't currently have an asan plugin (though I'm thinking we should?). Without that plugin, the extra output is just noise and is therefore subject to the verbosity level...

That would definitely make sense for when people are building native executables. So we could default to having this behavior, but possibly disable it if they're using a simulator or...

To switch from using the hook for running valgrind BEFORE the test fixture to REPLACING the test fixture, you want to use `test_fixture` instead of `pre_test_fixture_execute`. This works like this:...

There are other issues tracking gcov coverage with 1.0.x at this point. We're assuming this particular issue has been resolved.

Interesting! I'm not sure what would be taking longer between these two versions. The biggest core issues we addressed are changes to the way preprocessing is handled. Out of curiosity,...

@JoeLowtech -- thanks for the thorough investigation! We really appreciate it! To get around the redefinition problem, you can patch the gem itself so that it fixes this issue (this...

Hi @JoeLowtech -- I believe I have restored the previous functionality with regard to compiling. I'm still seeing a slowdown when running the tests themselves. I'll check into this... but...

Yes, if you're able to post your `project.yml` that would definitely be helpful. Perhaps it's a combination of features I haven't sufficiently validated?