Carl Mueller-Roemer

Results 37 comments of Carl Mueller-Roemer

@gmaurel @CharlieYJH I tried both the newest release 0.73.0 and the master branch and the issue persists.

In Bazel there's the exact same issue. Bazel does support coverage with GCC, but hardcodes gcno/gcda/gcov everywhere. It seems simple. We'd just need a way to specify extra files by...

@DimanNe The problem you're facing is not from the `build.rs`, it's from your `src/main.rs` or wherever you include the protobuf code. You need to include the `mod.rs` file not the...

> I confirm I have this issue as well. Did you check my comment? I think it's mostly a documentation, not a technical issue.

I'm also getting the same error on some, but not all of my C++ executables, so I'm quite keen on having something of the sort merged. However I understand why...

Is there any progress on this? Especially the caching of long-running tests would help us save a lot of compute resources in such a divide-and-conquer scenario.

Facing the same issue as @makeworld-the-better-one, also doesn't work when using lld as a linker.