Package: rust-crossbeam-channel / 0.5.15-1

Metadata

Package Version Patches format
rust-crossbeam-channel 0.5.15-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix tests no default features.patch | (download)

benches/crossbeam.rs | 1 1 + 0 - 0 !
examples/fibonacci.rs | 1 1 + 0 - 0 !
examples/matching.rs | 1 1 + 0 - 0 !
examples/stopwatch.rs | 1 1 + 0 - 0 !
tests/after.rs | 1 1 + 0 - 0 !
tests/array.rs | 1 1 + 0 - 0 !
tests/golang.rs | 1 1 + 0 - 0 !
tests/iter.rs | 1 1 + 0 - 0 !
tests/list.rs | 1 1 + 0 - 0 !
tests/mpsc.rs | 28 28 + 0 - 0 !
tests/never.rs | 2 1 + 1 - 0 !
tests/ready.rs | 1 1 + 0 - 0 !
tests/same_channel.rs | 1 1 + 0 - 0 !
tests/select.rs | 1 1 + 0 - 0 !
tests/select_macro.rs | 1 1 + 0 - 0 !
tests/thread_locals.rs | 2 1 + 1 - 0 !
tests/tick.rs | 1 1 + 0 - 0 !
tests/zero.rs | 1 1 + 0 - 0 !
18 files changed, 45 insertions(+), 2 deletions(-)

---
constrain bench thread count.patch | (download)

benches/crossbeam.rs | 28 14 + 14 - 0 !
1 file changed, 14 insertions(+), 14 deletions(-)

---
add assert info.patch | (download)

tests/never.rs | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

---
skip flaky test.patch | (download)

tests/golang.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---