Fork me on GitHub
#cider
<
2018-11-18
>
kardan09:11:17

I was trying to use tools.deps aliases & figwheel by setting cider-clojure-cli-global-options to use an alias (“-A:dev”). But for some reason it’s not getting picked up. Tried to alter cider-figwheel-main-default-option just to test and that is picked up in the jack-in process. I see the same when doing non cljs jack-in. Anyone got an idea?

kardan10:11:30

Hmm it looks like it work for me now. Ignore me 😊

kommen12:11:07

@pauld me and my colleagues are using the 2484 pr in day to day work now, so I’m confident it should be mergeable on monday. but would be nice to have somebody with shadow cljs also give it a try

pauld12:11:01

I don't mind giving it a try. Is it easy to build cider?

kommen12:11:14

should be straight forward, I just use spacemacs’ dotspacemacs-additional-packages feature to specify the branch in github directly

kommen12:11:20

dotspacemacs-additional-packages '((cider :location (recipe :fetcher github
                                                               :repo "kommen/cider"
                                                               :files ("*.el" (:exclude ".dir-locals.el"))
                                                               :branch "fix-current-repl-shortcut")))

pauld12:11:12

oh wow! lot's easier than I anticipated.

kommen12:11:14

are you on macos?

kommen12:11:43

if so, you might or might not need to have gnu-tar installed and available as gtar

pauld12:11:33

I'm on ubuntu linux

pauld14:11:51

@kommen That was easy (I'm on spacemacs too). So I tested your branch and it works for me on my fulcro project that uses shadow-cljs (but shadow is using lein in my config).

kommen14:11:20

thanks a lot!

richiardiandrea20:11:16

does anyone know whether compliment is responsible for returning keyword info like spec location? I am trying to understand how to solve cider issue #2523