boot-cljs-repl icon indicating copy to clipboard operation
boot-cljs-repl copied to clipboard

:analyze-path and other REPL options

Open pkobrien opened this issue 10 years ago • 4 comments

Could we/ should we add support for :analyze-path and other REPL options described here:

https://github.com/clojure/clojurescript/wiki/REPL-options

pkobrien avatar Jul 06 '15 22:07 pkobrien

Good info here: http://blog.fikesfarm.com/posts/2015-06-10-analyze-path-ftw.html

pkobrien avatar Jul 06 '15 22:07 pkobrien

The problem with analyze path is that cljs sources are not necessarily in one path. But we can create a tmpdir to which we copy all the cljs files (and cljc and clj?). I guess this needs to be done only once, at the start up.

Deraen avatar Jul 07 '15 07:07 Deraen

If I remember correctly, boot-cljs, copies all files in fileset to one directory before the build. So this would be easier to implement once boot-cljs-repl has been merged into boot-cljs.

Deraen avatar Jul 07 '15 07:07 Deraen

Is boot-cljs-repl going to be merged into boot-cljs?

pkobrien avatar Jul 08 '15 00:07 pkobrien