Zero

Results 9 issues of Zero

## Changes - Added more detail to error messages in `Tool::rust_exec`, Fixes: https://github.com/rust-embedded/cargo-binutils/issues/79 - Added target suggestion messages if no target was matched - Changed `cargo build` handling to collect...

T-tools
S-waiting-on-review

Currently `cargo-profdata` is the only cargo command that doesn't require a build. Removing this would mean all cargo commands would require a build target and thus simplify the code as...

As mentioned in: https://github.com/rust-embedded/cargo-binutils/pull/86#issuecomment-667540799 > While experimenting with this I just noticed that the help generated by the CLI parser is off, but that can be addressed separately: > >...

**Change Log** - Fix crash caused by passing `FILE*` across DLL boundaries on windows when calling `ut_file_readln` from amalgamate. To fix this I replaced `fopen`/`fclose` with `ut_file_open`/`ut_file_close` so that bake...

At the moment when installing bake [this bit of code](https://github.com/SanderMertens/bake/blob/34b9298f5c3a51f9911f11895e1da9370f4e1b31/src/setup.c#L157-L170) runs during the setup process to try and add the bake directory to the PATH environment variable. It does this...

## Change Log - Fixed `bench_end` ```c b->dt / ((b->intervals - WARMUP_INTERVALS) * MEASURE_INTERVAL * b->count) ``` Its possible for the total count to be a value larger than a...

I ended up getting a little distracted and spent a bit more time on some other improvements 😄 ## Change Log - Replaced `PRETTY_TIME_FMT` with `bench_result_format_t` - Added `--csv` command...

Exposes Private Key's in OpenSSH PEM format allowing it to be directly used with SSH without the need for manual conversion. Adds a new field `private_key_openssh` as suggested in issue...

### Description There is currently a bug in the `logValues` function in `helm/resource_helm_release.go` which causes secrets in nested objects in the values map to get replaced with `(sensitive value)`. To...

size/XS