Re: lein midje not working

2018-04-12 Thread Jason Felice
On Wed, Apr 11, 2018 at 9:21 PM Renata Soares wrote: > I found the problem... in my core.clj i was using (slurp *in*) to get > contents via stdin. > 'lein midje' performs 'lein run' first? > Not specifically, but your test namespace requires it, so it will run and top-level code in it. In Cloju

Re: lein midje not working

2018-04-11 Thread Renata Soares
I found the problem... in my core.clj i was using (slurp *in*) to get contents via stdin. 'lein midje' performs 'lein run' first? Em quarta-feira, 11 de abril de 2018 20:27:04 UTC-3, Renata Soares escreveu: > > Hello, > > I am running 'lein midje' on my project and looks like an infinite loop.

Re: lein midje not working

2018-04-11 Thread Andy Fingerhut
The contents of your $HOME/.lein/profiles.clj file can affect the behavior of all 'lein' commands run from any project, if you have one. Andy On Wed, Apr 11, 2018 at 4:31 PM, Renata Soares wrote: > It happens with 'lein repl' too (gives timeout in this case). > > > Em quarta-feira, 11 de abril

RE: lein midje not working

2018-04-11 Thread Sean Corfield
________________ From: clojure@googlegroups.com on behalf of Renata Soares Sent: Wednesday, April 11, 2018 4:31:15 PM To: Clojure Subject: Re: lein midje not working It happens with 'lein repl' too (gives timeout in this case). Em quarta-feira, 11 de abril de 2018 2

Re: lein midje not working

2018-04-11 Thread Renata Soares
It happens with 'lein repl' too (gives timeout in this case). Em quarta-feira, 11 de abril de 2018 20:27:04 UTC-3, Renata Soares escreveu: > > Hello, > > I am running 'lein midje' on my project and looks like an infinite loop. > Doesn't show any message of error. > > Project.clj: > > (defproject