cocuh

Results 6 comments of cocuh

like this ![ckrjzhcuwaewodd png large](https://cloud.githubusercontent.com/assets/1741999/9942645/241ffd5e-5db7-11e5-8040-1eafa4796f12.png)

Ooop, it seems my commit makes build failure. Let me create PR for the fix.

Thank you for your proposal! Introducing pattern matching with descriptive error message is challenging as far as my knowledge goes. `matches!()` macro in Rust std is a syntax suger of...

In the generic approach in my comment, error message for `assert_that!(Color::RGB(1,2,3)).is(matching!(Color::RGB(_,_,0)))` can be: ``` Expected `matching!(Color::RGB(_,_,0))` to return true for a value `RGB(1,2,3)`, but it doesn't. ``` The actual value...

Let me work on this tomorrow. Thank you for using!

Done. Released a new version. I expect future releases to be more frequent with a more lightweight release process. (Sorry for no recent release!) Thank you very much for using...