dirac

Dirac v1.7.2 is out: https://github.com/binaryage/dirac/releases/tag/v1.7.2
2017-02-28T14:29:57.002668Z

dirac should (to some extend) play with figwheel, right?

2017-02-28T14:30:15.002669Z

dirac should work just fine with figwheel

👍 1
2017-02-28T14:36:07.002671Z

Figwheel repl won't work, right?

2017-02-28T14:36:59.002672Z

@deas it will, but it is independent from Dirac, this is really complex to answer, try to look here: https://github.com/binaryage/dirac/blob/master/docs/about-repls.md#dirac--figwheel

2017-02-28T14:37:33.002674Z

if you want to have super configuration, you can teach Dirac nREPL to use Figwheel’s compiler instead

2017-02-28T14:37:56.002675Z

this way you get synced compiler state between hot-reloaded updates and Dirac REPL

🦜 2
2017-02-28T14:38:28.002676Z

Phew! Gimme a second to catch up. 🙂

2017-02-28T14:38:48.002678Z

better read that article top to bottom 🙂

piotr-yuxuan 2017-02-28T14:59:34.002680Z

WOW, synced dirac and figwheel this would be awesome 🙂

pleasetrythisathome 2017-02-28T16:04:47.002682Z

hey everyone! i’m having some trouble getting dirac to play nice with cider and boot

pleasetrythisathome 2017-02-28T16:05:02.002683Z

i’m able to get dirac running without the cider nrepl middleware

pleasetrythisathome 2017-02-28T16:05:38.002684Z

but i have a cider task similar to what’s described here https://github.com/boot-clj/boot/wiki/Cider-REPL

pleasetrythisathome 2017-02-28T16:05:57.002686Z

and if i use that before using the boot-cljs-repl dirac task, i get a warning that the middleware is bad

pleasetrythisathome 2017-02-28T16:06:19.002687Z

should i be using a separate repl with the cider middleware? and keep that middleware out of the dirac repl?

2017-02-28T16:25:06.002688Z

Ok, last one: Getting :message out/cljs/core.cljs.cache.json (Not a directory) from the nrepl. Any idea what I am missing?

pleasetrythisathome 2017-02-28T16:39:42.002689Z

seems to work to run them separately...