onalante-msft
onalante-msft
The original goal of this patch was to update `polar-core`'s `heck` transitive dependency to `0.4` so that dependents on `oso` would not have to build `heck 0.3`. Updating `strum_macros` to...
The setup tasks in `process_handling::linux::execute` can be achieved for `std::process::Command` through `std::process::Command::pre_exec` (as demonstrated by https://github.com/luser/spawn-ptrace). This means that the `TestHandle::Id` handle is no longer necessary, as the ptraced child...
This PR started as an experiment to remove `chrono` due to a regression introduced by 0.4.20. It has grown into a larger effort to separate the output report formats into...
Update of #53. Resolves #50.
There have been a couple of small quality-of-life improvements since the previous release. What I am personally interested in is the compilation time reduction in the main branch over 0.8....
The macro simplifies the gating of multiple items behind a feature.
## Motivation Dependents of `kube-rs` pull in all `futures` components, only some of which are used by `kube-rs` crates. `futures` is relatively compact, but it would still be helpful for...