Fork me on GitHub
#cider
<
2017-08-29
>
bbss09:08:36

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.

bbss09:08:05

Not sure if this is the place to ask questions about clj-refactor.

benedek15:08:38

right place yeah

benedek15:08:57

not sure I follow tho :/ any chance you can put together something so I can replicate the error?

benedek15:08:39

also would be interesting to see the nrepl msgs between your emacs and the nrepl server

benedek15:08:39

see nrepl messages section

pwrflx15:08:03

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?

dominicm16:08:52

create-function-from-example iirc

dominicm16:08:00

(or similar name)

adamfrey16:08:07

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)

adamfrey17:08:06

there we go, thanks!