Taiki Endo
Taiki Endo
It is probably possible to write a script that does this using --print-command-list (https://github.com/taiki-e/cargo-hack/pull/175), but adding a flag to do this in a single command seems reasonable to me.
I this this can be done by completing https://github.com/taiki-e/cargo-minimal-versions/pull/23 and then porting it to cargo-hack (or just use it). (Or maybe by implementing https://github.com/taiki-e/cargo-hack/issues/216) As for the minimal-versions check, AFAIK,...
Seems reasonable to me.
> ```shell > smithay_client_toolkit::window::concept_frame: No font could be found > ``` Either you are not running https://github.com/openrr/urdf-viz#pre-requirements-for-build or that instruction is out of date for the latest ubuntu and needs...
Hmm. This is very odd. Do other report formats (such as `--codecov`, `--html`) have the same problem?
Same issue as https://github.com/rust-lang/futures-rs/pull/2829#issuecomment-1962863389 / https://github.com/rust-lang/rust/pull/121622#issuecomment-1975888092?
Resolved by https://github.com/rust-lang/futures-rs/pull/2865
Maybe related: https://github.com/rust-lang/futures-rs/issues/2781
Thanks for the repro. If the problem is that we are not properly handling buggy futures that cause panic on drop, then all we may really be able to do...
> we need to determine whether enabling `portable-atomic/critical-section` even on targets with native atomics will use a critical section. `portable-atomic/critical-section` is ignored if the target has atomic (i.e., `cfg!(target_has_atomic =...