Fork me on GitHub
#cider
<
2016-12-27
>
richiardiandrea01:12:23

@benedek no my PR was merely to add a clause for coherence to allow dep global exclusion, I was not thinking about cider for that one

benedek08:12:38

i get that @richiardiandrea just wonder how I could pull this off

benedek08:12:02

@vinnyataide clj-refactor: enjoy! 🙂 re. all your libs: you mean libs not on clojars? but some local stuff?

benedek08:12:59

@vinnyataide there was such an issue https://github.com/clojure-emacs/clj-refactor.el/issues/303 but we never received a PR. happy to review one from you tho 😉 let me know if you need any help

vinnyataide11:12:20

@benedek libs on clojars, ok happy to look around

benedek11:12:20

libs on clojars work out of the box

vinnyataide14:12:16

@benedek what about local libs that I have already imported but I'm not using in my ns, is there an autocomplete that imports/require automatically the function? thanks for all the answers

benedek14:12:24

add missing libspec should do that, yes

vinnyataide14:12:19

@benedek the example doesn't show autocomplete, is that in?

benedek14:12:13

clj-refactor does not do autocomplete. but cider has that with company I think

benedek14:12:15

so if you use cljr (clj-refactor) add require and cider autocomplete is configured correctly you get autocompletion

benedek14:12:08

worth watching parens of the dead to see what emacs/cider/clj-refactor can do

benedek14:12:33

look for it on youtube but it also has its own site

vinnyataide15:12:47

@benedek all right man! that's all I've been looking for

benedek16:12:46

haha enjoy

richiardiandrea18:12:20

@benedek ok now it is clear, sorry, holidays and all and maybe I did not interpret the signal in the right way 🙂

richiardiandrea18:12:19

so basically you probably need another option right? some map maybe from symbol to target to symbol to exclude (or set of symbols to exclude) ? Am I getting it right this time?

richiardiandrea18:12:47

it is tough though because what if you have a cli option that collides with a manual set-env!

richiardiandrea18:12:31

probably you need validity checks around the cli option as well as the set-env!