Fork me on GitHub
#cider
<
2018-04-17
>
bozhidar05:04:44

Shouldn’t.

bozhidar07:04:37

Btw, @dominic did some outstanding job extending the test filter support in cider-nrepl and I’ve just updated the code in CIDER to make use of the improve middleware capabilities. Now you can select multiple include/exclude filter selectors when running tests via CIDER.

👍 4
tianshu16:04:37

It's likely if cider-shadow-cljs-command is npx shadow-cljs (default value), in cider-jack-in it will use npx, not npx shadow-cljs. and this will cause an error.

tianshu16:04:42

not sure if it's my own issue, it's wired behavior

bozhidar17:04:27

@doglooksgood I don’t quite follow. Why would this happen?

bozhidar17:04:36

Ah, now I see what you mean. We’re using just resolved command without its second part.

richiardiandrea17:04:50

I have this problem with latest cider, in the REPL, I can do:

> (require '[clojure.spec.alpha :as s])
nil

bozhidar18:04:48

@doglooksgood Fixed on master.

👍 4
👏 4
xiongtx20:04:55

I’m running into an issue where the cljs REPL dies after C-c C-c and reverts to being a clj REPL. Anyone else encounter this?

dpsutton20:04:38

a long time ago it was a bug where a session and connection got out of sync.

dpsutton20:04:15

the status is in the "done" response to an op. what op are you doing that it returns with the new erroneous repl type?

dpsutton20:04:09

back in the day it would use the cljs connection but would remember the clj session id so that it would get clj stuff back and the middleware would report that this connection was a clj connection

bozhidar21:04:17

@xiongtx Monitor the message coming from track state. Might be mistaken case of identity there. Lately I’ve been wondering if we should track the REPL type via the middleware at all.

dpsutton21:04:20

are you using shadow-cljs by any chance?

bozhidar21:04:47

The only useful case for this I can think of is cider-connect, but even then you’d need to do at least one eval for the middleware to kick in.

xiongtx21:04:08

Oh, I didn’t have the browser window open

xiongtx21:04:31

So I guess it never connected to cljs ¯\(ツ)

dpsutton21:04:42

Haha mystery solved