Re: simple-check gen/boolean Only Returning false

2014-01-27 Thread Michael Daines
Awesome turnaround, Thanks. I was kinda worried I was nuts or about to do some urandom debugging. -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Re: simple-check gen/boolean Only Returning false

2014-01-26 Thread Reid Draper
Thanks for reporting. This was introduced in 0.5.4, and I've pushed a fixed release as 0.5.6. On Saturday, January 25, 2014 7:50:19 PM UTC-6, Jean Niklas L'orange wrote: On Saturday, January 25, 2014 10:03:13 PM UTC+1, Michael Daines wrote: I decided to play with simple-check for the first

simple-check gen/boolean Only Returning false

2014-01-25 Thread Michael Daines
I decided to play with simple-check for the first time and was working through the examples on github. I noticed that all the values that use gen/boolean are returning false. I never get a true. At the extreme end, the following never returns when run in the repl: (gen/sample (gen/such-that

Re: simple-check gen/boolean Only Returning false

2014-01-25 Thread Jean Niklas L'orange
On Saturday, January 25, 2014 10:03:13 PM UTC+1, Michael Daines wrote: I decided to play with simple-check for the first time and was working through the examples on github. I noticed that all the values that use gen/boolean are returning false. I never get a true. At the extreme end,