Package: rust-itertools / 0.14.0-2

Metadata

Package Version Patches format
rust-itertools 0.14.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix quickcheck gen.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
tests/quick.rs | 36 19 + 17 - 0 !
tests/specializations.rs | 10 6 + 4 - 0 !
tests/test_std.rs | 9 5 + 4 - 0 !
4 files changed, 31 insertions(+), 26 deletions(-)

 adapt tot gen from quickcheck 1
 - ShiftRange and related tests are commented out for now, since I can't get it
 to work.
 - Use a constant from rand::SeedableRng doc for now.
relax deps.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
fix integer overflow in test.patch | (download)

tests/test_std.rs | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---