This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-07-23
Channels
- # announcements (2)
- # beginners (165)
- # boot (11)
- # cider (11)
- # clj-kondo (7)
- # cljdoc (1)
- # cljsrn (5)
- # clojure (120)
- # clojure-dev (21)
- # clojure-europe (3)
- # clojure-france (1)
- # clojure-italy (62)
- # clojure-nl (8)
- # clojure-spec (26)
- # clojure-uk (40)
- # clojuredesign-podcast (1)
- # clojurescript (3)
- # cursive (2)
- # data-science (2)
- # datomic (10)
- # emacs (2)
- # figwheel-main (1)
- # fulcro (17)
- # graphql (5)
- # hoplon (5)
- # jackdaw (15)
- # jobs (2)
- # juxt (1)
- # luminus (5)
- # off-topic (1)
- # onyx (11)
- # pathom (4)
- # pedestal (1)
- # re-frame (4)
- # reagent (11)
- # reitit (1)
- # remote-jobs (5)
- # shadow-cljs (48)
- # spacemacs (2)
- # specter (4)
- # sql (24)
- # tools-deps (25)
- # vim (82)
@bozhidar fixed https://github.com/clojure-emacs/refactor-nrepl/issues/258 by redeploying the snapshot jar. seems the previous jar was pretty much broken. not processed with MrAnderson and skinny (as not uberjar). thinking maybe we could add deployment to clojars to the Makefile and do it for snapshot versions. maybe across the board… thoughts?

in fact there is a task already for cider-nrepl’s Makefile. don’t think that is called during the circleci build tho. will look into how to do this with circleci for snapshot versions
Yeah, there hasn’t been auto-deployment for a while now, but I’ve also stopped cutting snapshots there as it’s very annoying to constantly switch between snapshot and alpha/beta releases.
> @malabarba I see, thanks. So CIDER will always line up a param after the head symbol, even if it’s on a new line? That seems odd, I don’t think I’ve ever seen that in the wild.
@cfleming clojure-mode
assumes that every symbol without some custom indentation rules is a function, that’s why params get aligned.
looks like sesman can't pick up the correct repl when using clojure-cli and shadow-cljs.
CIDER cannot find my tests 😞 I've just opened a bug report with the details: https://github.com/clojure-emacs/cider/issues/2679