This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-10-27
Channels
- # beginners (22)
- # boot (652)
- # boulder-clojurians (1)
- # cider (19)
- # cljs-dev (3)
- # clojure (158)
- # clojure-dev (8)
- # clojure-nl (1)
- # clojure-poland (5)
- # clojure-russia (27)
- # clojure-sg (3)
- # clojure-za (4)
- # clojurescript (44)
- # community-development (2)
- # core-async (17)
- # core-logic (10)
- # css (1)
- # cursive (35)
- # data-science (5)
- # datascript (1)
- # datomic (90)
- # editors-rus (3)
- # events (3)
- # hoplon (90)
- # ldnclj (19)
- # lein-figwheel (2)
- # leiningen (1)
- # om (225)
- # reagent (1)
- # uncomplicate (27)
hi. latest cider requires nREPL 0.2.11 to work correctly and look like I have 0.2.8. how may I bump this version up?
just for some context - nREPL 0.2.11 introduced source location tracking which is a super important feature for a project like CIDER
basically, when you use interactive evaluation on some vars they’d be created with the proper location metadata (source file, line, column)
wow. it’s really impressive, thanks for info! one thing I noticed btw. is that repl throws mysterious exception once I end up session in emacs and try to connect to repl again (via cider-connect). is that expected behaviour?
ERROR | Unhandled REPL handler exception processing message {:op init-debugger, :print-level 10, :print-length 10, :id 7}
java.net.SocketException: Socket closed
at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:116) ~[na:1.8.0_65]
at java.net.SocketOutputStream.write(SocketOutputStream.java:153) ~[na:1.8.0_65]