[ANN] Quickie 0.3.5

2014-10-14 Thread Jake Pearson
Hi, I got to spend some hack days and created a parallel test runner for clojure.test. It is part of an autotester I wrote a couple of years ago called quickie. To run your tests add [quickie "0.3.5"] to your :plugins. Then run lein quickp. Stacktraces get filtered. The return code is equal to

Prevent memory growth with lamina

2013-10-24 Thread Jake Pearson
Hi, Is there a mechanism in lamina to prevent unchecked growth of channel size? For example, is there a way to have enqueue block until the queue size is less than 10? thanks, Jake -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to thi

Re: [ANN] quickie- autotest plugin for clojure.test

2013-09-14 Thread Jake Pearson
llen wrote: > > Link: > > https://github.com/jakepearson/quickie > > Is it possible to see *some* of the stack trace so you can debug? > > Also you should include a screenshot of what the library looks like in > action. :) > > > On Friday, September 13, 2013 10:57:35

Re: [ANN] quickie- autotest plugin for clojure.test

2013-09-14 Thread Jake Pearson
nk: > > https://github.com/jakepearson/quickie > > Is it possible to see *some* of the stack trace so you can debug? > > Also you should include a screenshot of what the library looks like in > action. :) > > > On Friday, September 13, 2013 10:57:35 AM UTC-7, Jake Pearson wrote

Re: [ANN] quickie- autotest plugin for clojure.test

2013-09-13 Thread Jake Pearson
; Link: > > https://github.com/jakepearson/quickie > > Is it possible to see *some* of the stack trace so you can debug? > > Also you should include a screenshot of what the library looks like in > action. :) > > > On Friday, September 13, 2013 10:57:35 AM UTC-7, Jake

[ANN] quickie- autotest plugin for clojure.test

2013-09-13 Thread Jake Pearson
Hi, Quickie is a leiningen plugin to autotest clojure.test tests. There don't seem to be any active projects for clojure.test, so a couple of people at my office wrote one. Please let me know if you have any problems or ideas: - Uses the builtin clojure.test test runner so you don't need to