Fork me on GitHub
#cider
<
2018-01-02
>
rmuslimov07:01:11

Have anybody hacked cider-test to make working with clojurescript tests? Or may be currently work in progress and we need just wait for newer version of cider?

rmuslimov07:01:33

I’m playing with nodejs application, and running tests inside of cider will be very helpful. Same way as it works for clojure development.

bozhidar07:01:18

@rmuslimov The middleware needs to be updated to support ClojureScript as well, but no one ever expressed interest in working on this.

bozhidar07:01:41

It shouldn’t be hard, as the Java usage in the test middleware is minimal.

rmuslimov08:01:30

@bozhidar thanks for quick answer

bozhidar08:01:17

You can check the https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/macroexpand.clj middleware as an example of something that has a Clojure and ClojureScript support.

pablore13:01:54

woah joker looks great

bozhidar13:01:56

Yeah, joker is a cool project. I just wonder how mature is it. I also think that once parseclj is a ready for general consumption, building linters in Emacs will become pretty simple.

jmayaalv14:01:17

@bozhidar i have been using joker for about a year and i have 0 complains. It works really well with cider.

benedek15:01:10

uh nice, forgot about parseclj. re joker: apart from occasional false positives it is pretty cool catching all kind of stuff with the added benefit of not even needing a repl process.

bozhidar16:01:20

Yeah, that’s true. But a Elisp parser would not need a repl process as well. Then you could have some linting done in clojure-mode with 0 external deps.

benedek16:01:05

yeah very tempting to go crazy and do something cljr like with it.

richiardiandrea17:01:02

@bozhidar what do you think we are missing for an inf-clojure release?

bozhidar21:01:34

@richiardiandrea You’ve got it. Just tagged a new release.

richiardiandrea21:01:01

@bozhidar awesome, we should make a survey on inf-clojure usage at some point 😄 I feel I am the only one using it lol

bozhidar21:01:41

I see 5000 downloads on MELPA, so I guess you’re not the only user. 🙂

dpsutton22:01:15

I'd really like to see a nice screen cast. Sometimes inf would be perfect for me so I don't have to modify deps and start up

richiardiandrea22:01:13

I am planning on writing a series of blog posts if time allows it

richiardiandrea22:01:39

new year resolution so take it with a grain of salt 🙂