Taiki Endo
Taiki Endo
Both readme and top-level comment of https://github.com/taiki-e/cargo-llvm-cov/issues/123 says: > cargo-llvm-cov *excludes code contained in the directory named `tests`* from the report by default Excluding `tests.rs` is proposed in https://github.com/taiki-e/cargo-llvm-cov/issues/123#issuecomment-2246323732 and...
> I didn't find a reference to the default exclusions in the README btw. > One such that just popped in my mind: Is there a way to un-exclude the...
I think adding a flag that controls this in more detail is a good idea. In fact we already have a similar flag for build script and it would make...
IIRC, the Send+static requirement comes from the part that removes the existing value, not from the part that inserts the value.
Thanks. It seems to me that “using CAS” is a description of implementation details and does not explain what specific behavior is provided. (I guess you want to document the...
Thanks for the report! We recently fixed some bugs in urdf parser and mesh parser, so may be fixed in https://github.com/openrr/urdf-viz/pull/263 which update them.
@r7vme Could you provide the information about how to reproduce the problem?
I feel this is a similar issue with https://github.com/taiki-e/cargo-llvm-cov/issues/324.
Closing in favor of upstream issue: https://github.com/rust-lang/rust/issues/137524
Thank for the PR. To be honest, I suspect that the “efficiency” issue here can actually be resolved in some cases by using the appropriate key wrappers...