plugwash

Results 28 issues of plugwash

I am preparing an update of the selectors crate in debian, and I discovered that when running tests with RUSTC_BOOTSTRAP=1 cargo test --all --all-targets --all-features I get a failure ----...

Hi. In debian we are looking to upgrade the rust-toml package from 0.7 to 0.8. While we do have a mechanism for packaging multiple versions of a crate it is...

Debian CI disocvered that your crate has a test failure on s390x. I was able to log in to a Debian porterbox and reproduce the issue with the latest git...

Hi, I am currently investigating upgrading the regex crates in Debian, while we do have a mechanism for packaging multiple versions of a crate in paralell it is something we...

Hi I'm one of the Debian rust team and we would like to reduce the number of versions of clap we are shipping. Is there any chance of support for...

Hi. I am part of the Debian rust team and we would like to reduce the number of clap versions we are shipping. Is there any chance of an update...

chore

Automated testing in debian showed that the tests for the capstone crate failed on s390x (64-bit big endian) https://ci.debian.net/data/autopkgtest/testing/s390x/r/rust-capstone/27661170/log.gz failures: ---- test::test_arch_m68k_detail stdout ---- thread 'test::test_arch_m68k_detail' panicked at 'assertion failed:...

Hi, I'm one of the Debian rust maintainers. In Debian we try very hard to avoid having multiple copies of the root certificate store. As such we really want to...

While updating the rust-httpparse package in Debian I noticed a failure building the tests with --no-default-features, due to use of std::u64::MAX, replacing it with core::u64::MAX fixed the issue. Patch at...

Hi, I am currently trying to update the package of the serde-yaml crate in Debian. to 0.9.x I tried bumping the dependency in the treediff crate but the build fails...

enhancement
help wanted