Pato Sandaña

Results 8 issues of Pato Sandaña

# Summary If a virtual workspace only contains a single crate, and the following line is run: ``` cargo release patch --workspace --execute ``` It produces the following commit message:...

**Request** This is a request to consider calling `cargo build` from within `cargo-llvm-cov`. **Reasoning** CI systems are mostly building `dev` profile and running tests with coverage. As `cargo-llvm-cov` introduces special...

@bheisler @braveocheretovych why is there no new versions of criterion since a year? Do you need support with chores of the project? In particular, I'm interested into use newer versions...

**Proposal** Add a new way of running `clippy-sarif`, that runs `clippy` underneath to capture `clippy` output and exit status. **Motivation** In CI systems it is frequently used to break pipelines...

### Description When working with ETW events, I noticed we are missing the functionality to create a struct, and then populate it, and lastly, set it struct size. This workflow...

`patch` crate is unmaintained: https://github.com/uniphil/patch-rs/issues/29 Project has been forked, and a new version with fixes has been created: https://github.com/gitpatch-rs/gitpatch `gitpatch` version `0.7.1` is a direct replacement of `patch` version `0.7.0`....

As mentioned in https://github.com/open-telemetry/opentelemetry-rust-contrib/pull/134#issuecomment-2587606751, OpenTelemetry use proto defined structs from this [`tonic` ](https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto/src/proto/tonic) module. Despite the name references Tonic, they are pretty generic, not restricted by Tonic scenarios. Thus, I...

### Describe the bug If on any project I execute: ``` cargo fetch --locked --target x86_64-pc-windows-msvc ``` and then, ``` cargo deny --locked --offline --target x86_64-pc-windows-msvc --all-features check bans --disable-fetch...

bug