This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-09-02
Channels
- # announcements (3)
- # aws (3)
- # bangalore-clj (1)
- # beginners (88)
- # boot (7)
- # braveandtrue (10)
- # cider (6)
- # cljdoc (8)
- # cljsrn (3)
- # clojure (33)
- # clojure-germany (2)
- # clojure-italy (1)
- # clojure-spec (44)
- # clojure-uk (8)
- # clojurescript (14)
- # datomic (5)
- # emacs (6)
- # events (1)
- # figwheel-main (8)
- # fulcro (9)
- # leiningen (11)
- # lumo (3)
- # off-topic (119)
- # parinfer (2)
- # pedestal (1)
- # re-frame (11)
- # reagent (12)
- # shadow-cljs (162)
- # unrepl (4)
@hlolli Seems I blogged about this a while back http://emacsredux.com/blog/2013/04/05/recently-visited-files/ 🙂
CIDER 0.18 (Saigon) is out! Read all about it here https://github.com/clojure-emacs/cider/releases/tag/v0.18.0
TL;DR:
Yeah, those are a TON of changes indeed! Pay close attention to everything marked with “Breaking”, as some of those might surprise you! Generally you should know the following:
* CIDER now supports nREPL 0.4
* We’ve revamped completely the connection management, so be sure to check http://www.cider.mx/en/latest/managing_connections/
* Now the canonical way to start CIDER is C-c M-x
(M-x cider) or C-c C-x ...
. The old jack-in and connect keybindings will be removed at some point for the sake of consistency.
* CIDER will now auto-inject piggieback for ClojureScript REPLs.
* Many keymaps were changed significantly in order to make them consistent, group related actions together and to free up keys on the top-level (C-c C/M-letter).
* CIDER and cider-nrepl are now released independently (not really obvious now, but should become clear what I mean after a few releases).
Thanks to everyone who helped with the current release! I love you all! Special thanks to the London Clojurians, Daniel Compton and Clojurists Together for their support!
Now it’s time for me to take a long break and enjoy a few mugs of cold cider! Cheers!
am I the only one who experiences frequent lockups with long outputs? Sometimes I derp and execute something that dumps megabytes of data into the buffer and my emacs crashes
is there some way to avoid this?
(apart from me trying not to output more than a few lines into the REPL … but sometimes that is genuinely unknowable)