Daniel Elsner

Results 12 comments of Daniel Elsner

correct, I re-read your answers and your answers to some posts on the google group and figured out a solution. I'm leaving a simplistic version of my implementation here for...

Late follow-up on this: I initially thought that this would work as it did trigger the exit handler of my DR client and therefore the behavior was as expected from...

Thanks for the great explanation, everything works as you described it. I went for a slightly different approach by using lambda functions as I can control the variable scope better...

Hi @songpapaya, see this complete example on how to use the fork: https://github.com/delsner/cpp-test-specific-coverage

No, I have not encountered such errors. What is the command that you are executing? If it is this one (based on your previous message), you have a whitespace between...

@jonawals try setting `set _NO_DEBUG_HEAP = 1` and see if this helps (fixed it for me)

simply set it as an environment variable in `cmd.exe` or whatever you're using to invoke OpenCppCoverage. If you're using it inside VS there surely is a way to set it...

I guess we can close this since https://github.com/mamba-org/mamba/pull/2782 is merged. wdyt @jonashaag?

@ayounas02 this was a long time ago and I don't remember how I eventually solved it. But I do know that I ended up writing a [Gmail-specific connector](https://github.com/aicirt2012/icm-server/blob/master/server/core/mail/GmailConnector.js) on top...

@svlandeg any idea when this will land? Thanks!