Fork me on GitHub
#leiningen
<
2016-07-26
>
gowder19:07:40

hmm... hey wise folks? does anyone know a better way to get compilation errors than just running lein check over and over? I'm having a super-painful experience where I added a ton of code, and now every single typo is a whole 'nother JVM startup for leiningen to catch it...

danielcompton21:07:32

@gowder: maybe remove it, start up a REPL, then slowly add bits in, reloading after each time?

danielcompton21:07:02

Or just start a REPL with what you’ve got if you can get that far, then try requiring each namespace, fixing typos until it works

gowder21:07:29

ooh, I like the second strategy. thanks @danielcompton