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
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.
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
________________
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
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