Taiki Endo

Results 938 comments of Taiki Endo

As already said in #182, I would accept a PR to implement #182.

Yeah, this is still useful and PR is welcome.

(The situation here may have changed with [the switch of ARM Linux runners from AWS to GCP](https://twitter.com/cirrus_labs/status/1668724692969046017).)

Closing - `pin_mut!` is now soft-deprecated in favor of `std::pin::pin!` that stabilized in Rust 1.68. (#39)

> who needs to make a decision on this? The maintainer needs to decide whether to accept this, and if so, whether to accept this API as is, whether to...

Closing in favor of the upstream issue. Thanks all for the investigation!

Yeah, the ability to support different platforms and environments is a big advantage of `critical-section`, and there was some discussion about supporting `critical-section` in `portable-atomic` before (https://github.com/taiki-e/portable-atomic/issues/26), which was postponed...

> * Cargo features are the standard way to configure crates at compile-time. `--cfg`'s are very nonstandard. If the cargo feature is enabled somewhere in the dependency tree, it will...