Fork me on GitHub
#cider
<
2017-11-15
>
grzm17:11:11

I like the auto-ns insertion feature in cljr-refactor, but it keeps inserting the wrong namespace: for example, instead of (ns com.example.foo), it's inserting (ns ...full.path.to.my.project.src.com.example.foo)

grzm17:11:54

Is there a configuration setting I'm missing?

grzm18:11:30

Is there a better place I should ask?

dpsutton18:11:46

this would be the best place i'm sure

dpsutton18:11:51

do you know how to investigate?

grzm18:11:34

Well, I've dug into the refactor code a bit, and it seems likely related to clojure-find-ns, but that's as far as I was willing to dig before asking. I'm trying to work against my tendency to spend a couple of days digging into a problem when asking often gets the solution much more quickly.

dpsutton18:11:10

yeah i got you. i think the person that could answer that for you is on here just not now

dpsutton18:11:21

but you could file an issue on github

grzm18:11:59

thanks. I'll look into that.

grzm19:11:34

I think it's interaction between boot and cider. lein projects don't exhibit this behavior

chadhs22:11:11

when you finally find a stackexchange question that matches your own, but it’s unanswered QQ