Taiki Endo

Results 935 comments of Taiki Endo

This is likely a false positive since epoch uses fences which are not supported by TSan (see also the several existing closed issues). Consider using suppression file like: https://github.com/crossbeam-rs/crossbeam/blob/master/ci/tsan Btw,...

Seems reasonable to me. I would accept a PR to add this.

It would be worth doing this after adding minimal-versions check CI (like https://github.com/smol-rs/blocking/commit/588b575e477c62b0e0dd2f3db1c94e96ee9cde30) to smol and all its dependencies in smol-rs. Otherwise it would be a waste of time as...

@jayvdb Sorry, I have no permission on this repo. This change looks fine, but this is a project for learning purposes, and our resources are limited, so AFAIK we are...

As for `serde_core`, there have been cases such as providing Serialize/Deserialize implementations for the recently stabilized APIs, so removing the build script from `serde_core` doesn't seem very reasonable at this...

ros2 is already supported. (relevant code: [1](https://github.com/openrr/urdf-rs/blob/cf760e80c4bbd3343e5a8ba6db922dd7015745b6/src/utils.rs#L22), [2](https://github.com/openrr/urdf-rs/blob/cf760e80c4bbd3343e5a8ba6db922dd7015745b6/src/utils.rs#L56))

Thanks for the PR. I haven't checked the implementation details, but in any case, there is no possibility of accepting a PR without any testing.

> Any clues? The log indicates that it may have been blocked by seccomp. > Crash reason: SIGSYS / SYS_SECCOMP --- If your program does not use any timeout-related APIs,...