Fork me on GitHub
#cider
<
2016-03-10
>
darnok15:03:36

I have a problem with add missing libspec refactoring

darnok15:03:08

it doesn't work for dependencies declared in project.clj

darnok15:03:22

E.g. it says only "Can't find defstate on classpath"

bozhidar15:03:49

@darnok: report a bug to clj-refactor.el

pbostrom16:03:30

I just upgraded 0.9.1 -> 0.11.0; it seems like I've lost trace output when the function gets called from my running app (i.e. not from the cider repl). The other thing is I'm running an embedded nREPL server, so normally the trace output would appear in the app's stdout (rather than the cider-repl buffer). Now I can't find it anywhere

bozhidar17:03:30

@pbostrom: file bug reports and we’ll investigate

darnok22:03:26

I know why adding missing libspec didn’t work for me. it seems that it works only for symbols from namespaces that had been already required. is it correct behavior?

darnok22:03:37

I know, it is not directly related to cider, but I haven’t found channel for refactor-nrepl simple_smile.