Package: rust-proptest / 1.5.0-2
Metadata
Package | Version | Patches format |
---|---|---|
rust-proptest | 1.5.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
remove x86.patch | (download) |
Cargo.toml |
8 4 4 - 0 ! |
--- |
test file tmp.patch | (download) |
src/test_runner/runner.rs |
4 2 2 - 0 ! |
move persistence test file path to /tmp Due to the purpose ofthe tests, it can't use tempfile. |
relax trybuild.patch | (download) |
Cargo.toml |
2 1 1 - 0 ! |
relax dep on trybuild Upstream pinned it to =1.0.0, which is "for MSRV"; arguably, trybuild has a MSRV of 1.34 when it first added rust-version in Cargo.toml, and proptest itself has a MSRV of 1.64. Bug: https://github.com/proptest-rs/proptest/issues/475 |
disable feature attr macro.patch | (download) |
Cargo.toml |
8 4 4 - 0 ! |
disable feature attr-macro, dep proptest-macro not yet packaged |
fix arithmetic overflow.patch | (download) |
src/arbitrary/_alloc/alloc.rs |
2 1 1 - 0 ! |
--- |
skip tests i386.patch | (download) |
src/num/float_samplers.rs |
1 1 0 - 0 ! |
--- |
skip tests riscv64.patch | (download) |
src/num.rs |
3 2 1 - 0 ! |
--- |