Povilas Balciunas

Results 42 comments of Povilas Balciunas

Looks cool :+1: Also, you can prefix PR name with "WIP: " to explicitly state that it's not supposed to be merged. E.g. `WIP: Potential API change`

Hmmm, the only way I see is forking. But I really don't wanna do that. In that case we'd still need @ujh to help publish new versions on crates.io or...

@joshburkart you should take a look at https://github.com/Valloric/hamcrest2-rust ;)

mmm, doc-tests are failing: ``` ---- src/matchers/vecs.rs - matchers::vecs::contains_all_of (line 130) stdout ---- error: cannot find macro `assert_that!` in this scope --> src/matchers/vecs.rs:8:1 | 8 | assert_that!(&vec![1, 2, 3], does_not(contain_all_of(vec![1,...

Fixed it, but example looks verbose right now: ``` /// Creates a matcher that checks if actual vector has all items of the given vector. /// /// # Examples ///...

Note that build fails because of travis issues: ``` error: toolchain 'beta-x86_64-unknown-linux-gnu' does not have the binary `cargo-fmt` ```

>I wonder if it would be possible to implement From for Vec in such a way that contains would just convert a single element into a vector with one element....

I do have motivation and some spare time, hence I could implement those changes :)