This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-29
Channels
- # aws (1)
- # beginners (78)
- # boot (27)
- # cider (16)
- # clara (15)
- # cljs-dev (84)
- # cljsjs (13)
- # cljsrn (19)
- # clojure (65)
- # clojure-france (10)
- # clojure-italy (8)
- # clojure-russia (35)
- # clojure-spec (34)
- # clojure-uk (124)
- # clojurescript (50)
- # clojutre (3)
- # core-async (16)
- # data-science (18)
- # datascript (1)
- # datomic (9)
- # emacs (2)
- # flambo (3)
- # fulcro (55)
- # graphql (3)
- # hoplon (4)
- # jobs (2)
- # juxt (21)
- # keechma (6)
- # lumo (73)
- # off-topic (4)
- # om (10)
- # onyx (5)
- # parinfer (1)
- # pedestal (3)
- # re-frame (60)
- # reagent (19)
- # specter (24)
When I try to cljr-extract-function
it takes out the form and what I guess is at the step where I name the function I just get a M-x helm interactive buffer. And I an empty args list in the extracted function, but I'm not sure if that's related.
not sure I follow tho :/ any chance you can put together something so I can replicate the error?
also would be interesting to see the nrepl msgs between your emacs and the nrepl server
btw extract-function. ..is there a way to create a function that is currently missing? In eclipse or IDEA you can just click the red part and the IDE offers to create the method for you (also infering the parameters). is there similar functionality in cider/clj-refactor?
I'm looking at an emacs packages source and I'm seeing some functions a-merge
and a-list
. Does anyone recognize where those functions might be coming from? (x-post from #emacs)
here's the reference: https://github.com/plexus/unrepl.el/blob/master/unrepl.el#L316