Taiki Endo

Results 938 comments of Taiki Endo

> What are you referring to? I was thinking about SanitizerCoverage used in LibFuzzer. However, this may not be a match for the use case here, as this seem more...

> I am sensing that having the ability to list the tests that exercise a function doesn't sound valuable to you? To be honest, it depends on what the implementation...

Probably the same issue as https://github.com/taiki-e/cargo-llvm-cov/issues/335

I think what is important in that case is not the number of test binaries, but the number of processes being executed. I don't know anything about your test, but...

It should be fixed in the latest nightly (https://github.com/rust-lang/rust/pull/129313).

I would accept PRs to support this. (Implementing this would probably need to first support parsing of the `[host]` table (and `[unstable]` table partially) on the [cargo-config2](https://github.com/taiki-e/cargo-config2) side and then...

> (This was the cause of the issue described in [NixOS/nixpkgs#197478 (comment)](https://github.com/NixOS/nixpkgs/pull/197478#issuecomment-1407559661).) Btw, I'm a bit confused about this because I thought nixpkgs was using stable Rust. (Unstable options should...

This seems reasonable to me. I would accept a PR to do this.

> * Is it possible to get this tool working on the GNU toolchain for Windows? It might work with the proper linker and linker args (e.g., https://github.com/rust-lang/rust/issues/79555#issuecomment-934198838), but I...

(upstream issue about bug with windows-gnu toolchain: https://github.com/rust-lang/rust/issues/111098)