dirac 2018-02-01

Canary is back working. Thanks!

πŸ‘ 1

I'm getting an interesting error:

Error loading dirac.nrepl: java.io.FileNotFoundException: Could not locate com/rpl/specter__init.class or com/rpl/specter.clj on classpath., compiling:(dirac/lib/weasel_server.clj:1:1)

aha, I probably forgot to add specter into dirac’s lib dependencies 😞

It has a test scope

that is why it worked for me during dev

I forgot that I filter deps for clojars lib

for now add com.rpl/specter dep into your project

I will release a new dirac version in few hours

πŸ‘ 1