Fork me on GitHub
#cider
<
2015-09-05
>
benedek09:09:44

re. clj-refactor: true Lars doing amazing work for cljs around clean-ns, add missing libspec and the like (basically the stuff what in the jvm world needs to inspect the classpath). however we have a blocker for those features which need an AST (find-usages, extract-fn, rename-symbol etc): https://github.com/clojure/tools.analyzer.js#outdated

benedek09:09:03

basically we don’t have a working analyzer for cljs atm

benedek09:09:38

anybody interested in jumping there and help out bronsa?! 😉 (lots of work and fame awaits, haha)

luxbock14:09:08

I already asked about this in #C03S1KBA2 but it might belong here

luxbock14:09:33

has anyone got cider-find-var working with the Java sources of Clojure itself?

luxbock14:09:22

they are not included in the normal Clojure jar, so I assume it would work if I could use a version of the jar that did ship with them

luxbock14:09:17

and you can get them via [... :classifier "sources"] in the dependency vector, but I can't seem to use the -sources.jar to evaluate anything

benedek21:09:16

@otijhuis: thx for the typo fix