John Vandenberg

Results 1280 issues of John Vandenberg

https://crates.io/crates/opentelemetry-jaeger has been deprecated for a long time. Its removal occurred in https://github.com/open-telemetry/opentelemetry-rust/pull/1782 , merged 19 May 2024. As a result it is now unmaintained. There is a lot of...

https://crates.io/crates/adler has a lot of dependents, including https://github.com/rust-lang/backtrace-rs via https://github.com/Frommi/miniz_oxide . See https://github.com/Frommi/miniz_oxide/issues/148 https://github.com/jonas-schievink/adler was archived around 25 March 2024. Seems most of their repos were also archived. https://github.com/jonas-schievink last...

Closes https://github.com/rustsec/advisory-db/issues/1937

I am interested in building a summary output mode, which prints a human readable summary of all files, like lines of 'metric: value' so that it is also valid yaml...

Sits on top of #1084

I am using https://github.com/mozilla/rust-code-analysis/pull/1086 , but it is working when I using `-p path/to/member/src/lib.rs`, and `-p path/to/member/` However when I use `-p .` at the workspace root where top level...

When I run `rust-code-analysis-cli -m -p path/to/crate/src/lib.rs` , nothing happens. According to `rust-code-analysis-book/src/commands/metrics.md` this should do something. I am using `master` with #1084 applied.

Is there a plan to do another release? We are using this in CI, so it would be awesome if there was a release with binary asset, so we can...

I didnt see any issue about this, so apologies if it has been addressed already. When I run cargo-llvm-cov, I get 850 lines like ``` 2024-06-26T12:06:03.4025861Z /__w/foo/bar/target/llvm-cov-target/baz-27463-6882390905849256803_0.profraw: _RNvMs_NtNtCscSCDEIaQKYL_14regex_automata6hybrid3dfaNtB4_3DFA14try_search_fwdB8_: function basic...

S-needs-repro

- Use `default-features = false` more to reduce deps & compile time - Sort dependency list - Add config for cargo-all-features which allows testing all combinations - Use SPDX syntax...