dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
pepe 2018-02-01T08:53:21.000016Z

Canary is back working. Thanks!

πŸ‘ 1
p-himik 2018-02-01T17:02:37.000172Z

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)

2018-02-01T17:03:10.000207Z

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

2018-02-01T17:03:43.000550Z

no specter in deps here: https://clojars.org/binaryage/dirac

p-himik 2018-02-01T17:03:49.001046Z

It has a test scope

2018-02-01T17:04:06.000695Z

that is why it worked for me during dev

2018-02-01T17:04:22.000163Z

I forgot that I filter deps for clojars lib

2018-02-01T17:04:35.000868Z

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

2018-02-01T17:04:51.000503Z

I will release a new dirac version in few hours

πŸ‘ 1