This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-08-01
Channels
- # beginners (59)
- # cider (3)
- # clara (4)
- # cljsjs (4)
- # clojure (144)
- # clojure-finland (2)
- # clojure-italy (10)
- # clojure-russia (2)
- # clojure-spec (7)
- # clojure-uk (53)
- # clojurescript (81)
- # cursive (30)
- # datomic (36)
- # defnpodcast (2)
- # editors (3)
- # emacs (4)
- # events (1)
- # fulcro (12)
- # off-topic (11)
- # onyx (14)
- # parinfer (2)
- # pedestal (12)
- # re-frame (3)
- # reagent (26)
- # shadow-cljs (81)
- # spacemacs (10)
- # sql (59)
- # uncomplicate (4)
- # yada (4)
hi, how do I update refactor-nrepl to work with [nrepl 0.4.3]. should i add something in profiles.clj?
@pradyumna Someone has to update the code in refactor-nrepl
to look like this https://github.com/nrepl/piggieback/blob/master/src/cider/piggieback.clj#L19 (replace unconditional requires of tools.nrepl
with dynamic ones).
when emacs calls a function from a menu (cider, created with easy-menu-define
) - which buffer is the call executed in?