Re: Looking for new maintainer for "fs"

2017-02-09 Thread Andrey Antukh
Hello, If there are no voluntaries, I'm gladly accept to maintain it under funcool org :D Andrey On Wed, Feb 8, 2017 at 3:33 PM, Miki wrote: > Hi There, > > We're looking for a new maintainer for "fs". > See https://github.com/Raynes/fs/issues/106 and https://github.com/clojars > /clojars-web/

Re: How to disable (or limit) test.check shrinking

2017-02-09 Thread 'Matt Bossenbroek' via Clojure
I considered that, but that only partially fixes the issue. If it does actually find a real problem, it’ll never complete because the shrinking takes too long. In the end I’d rather have something not fully shrunk than something that runs forever. -Matt On February 8, 2017 at 1:19:24 PM, Daniel

Re: How to disable (or limit) test.check shrinking

2017-02-09 Thread Gary Fredericks
Wrapping the generator in `gen/no-shrink` will give you a generator that pretends it doesn't know how to shrink. On Thursday, February 9, 2017 at 11:55:38 AM UTC-6, Matt Bossenbroek wrote: > > I considered that, but that only partially fixes the issue. If it does > actually find a real problem,