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: global-hierarchy.. private?

2018-04-12 Thread Pedro Iago Carvalho Martins
Hi, thanks for the reply! Yes, the case I had in mind can definitely be done with a separate hierarchy, it's just that I wanted something "global", so my first instinct was to make use of the existing one. After thinking a bit more, I've settled on wrapping isa? so that it defaults to a hierarc