dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
danielcompton 2016-08-02T03:47:07.000421Z

@darwin: would you take a PR to remove the log4j dependency in dirac?

danielcompton 2016-08-02T03:47:38.000422Z

To replace it with clojure.tools.logging?

danielcompton 2016-08-02T03:48:03.000423Z

We’re using logback, and we get a red warning when we run a REPL

danielcompton 2016-08-02T03:54:36.000425Z

I’ve moved the dirac dep to a separate profile that is only used for CLJS and that seems to be working well

danielcompton 2016-08-02T04:50:37.000427Z

And for https://github.com/binaryage/dirac/blob/master/project.clj#L23-L24

danielcompton 2016-08-02T04:51:09.000429Z

I’m pretty sure Cursive will work for stuff put in common profiles, like :dev

danielcompton 2016-08-02T04:51:24.000430Z

if they’re all just for dev/test then they should be fine in the :dev profile

2016-08-02T10:54:26.000438Z

@danielcompton: I’m open to any improvements. Just cannot comment directly on log4j you raised, because I don’t understand java-side that much.

2016-08-02T20:38:14.000452Z

just finished v0.8 of cljs-devtools and with :async feature and Dirac 0.6.3 you can have long stack traces when pausing in core.async code https://github.com/binaryage/cljs-devtools/releases/tag/v0.8.0

3👍1🍻1👏1❤️1🦜2🎉