Fork me on GitHub
#cider
<
2019-07-23
>
benedek09:07:17

@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?

clj 4
bozhidar12:07:28

@benedek I like the idea about adding some task about this to the Makefile.

benedek12:07:43

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

bozhidar13:07:34

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.

bozhidar13:07:06

> @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.

cfleming21:07:09

Sure, but even for a function,

(do
    (something)
  (quick))
looks very weird to me.

bozhidar14:07:43

(at least by default - it has several indentation modes)

benedek14:07:06

ah i have not realised

benedek14:07:57

maybe makes sense for refactor-nrepl, less frequent commits etc

tianshu18:07:57

looks like sesman can't pick up the correct repl when using clojure-cli and shadow-cljs.

allentiak21:07:03

CIDER cannot find my tests 😞 I've just opened a bug report with the details: https://github.com/clojure-emacs/cider/issues/2679