Closed ralfbiedert closed 6 years ago
Note that the new tests will fail Travis, which is intended, as it should reflect the problem with uneven zip() vectors.
Update ... Well, apparently they don't fail Travis. However, they should if cargo test is being run.
cargo test
Thanks for the tests! I'm going to comment out the one with the differently-sized collections for now, and reinstate it when my iterator overhaul lands.
Note that the new tests will fail Travis, which is intended, as it should reflect the problem with uneven zip() vectors.
Update ... Well, apparently they don't fail Travis. However, they should if
cargo test
is being run.