This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-16
Channels
- # admin-announcements (72)
- # beginners (41)
- # boot (93)
- # cider (50)
- # clojure (173)
- # clojure-berlin (19)
- # clojure-dev (2)
- # clojure-greece (3)
- # clojure-israel (2)
- # clojure-italy (32)
- # clojure-japan (33)
- # clojure-nl (8)
- # clojure-russia (3)
- # clojure-seattle (1)
- # clojure-sg (1)
- # clojure-spain (16)
- # clojure-uk (4)
- # clojure-ukraine (1)
- # clojurescript (170)
- # code-reviews (20)
- # core-async (3)
- # datomic (5)
- # docs (28)
- # editors (17)
- # euroclojure (2)
- # events (7)
- # instaparse (18)
- # jobs (25)
- # ldnclj (11)
- # om (26)
- # overtone (3)
- # remote-jobs (3)
- # sneer (1)
CIDER 0.9 is out http://batsov.com/articles/2015/06/16/cider-0-dot-9/
@bozhidar: and the debugger is included in this release? Is there documentation anywhere on how to use it?
What's the status with cider and clojurescript these days? Are they (and associated libs) considered compatible?
cider works with cljs reasonably well, but not all the functionality is on par with clj (e.g. completion) and some of the functionality is clj specific right now
@jonas: Do note I just updated the post in that link. There have been new features since that initial post.
Currently I'm using autocomplete-mode ac-nrepl, what is involved with using company instead?
Oops I meant ac-cider
Is that stuff built in if I use company with cider 0.9?
I think you just need to enable company mode, either globally or in Cider buffers via a hook. Then it just works.
Iām curious how to get the company output in nice columns as shown in Bozhidarās blog post.
Iām really excited about the cljfmt stuff, Iāve been using the 0.9.0 snapshot for a while but hadnāt known about that
alex_engelberg: yep. the company support is just baked in. turn on company and it should just work.
I updated to 0.9 including the nrepl plugin, and now when I clojure-jack-in
it doesn't start cider-mode
@ghadi: You may need to clear the elpa directory for cider
Iāve just had the same issue
@ghadi: not sure to be honest, I think some compiled var was overriding something
you wind up with stale precompiled .elc files that donāt link correctly when upgrading. blowing away the package dir and reinstalling does it. Or at least thatās my memory from a similar issue a while back.
cider-test-run-tests seems to hang the repl
^^ maybe that because of some nREPL bugs.. server buffer says
java.lang.IllegalArgumentException: Cannot write value of type class java.lang.Double
at clojure.tools.nrepl.bencode$eval2884$fn__2885.invoke(bencode.clj:326)
so if you have a double in your tests (and using nREPL 0.2.6) youāll hang your repl when using cider-test-mode
@martintrojer: If this problem exists with the latest nREPL, please file a ticket on ciderās issue tracker