Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:analyze-path and other REPL options #22

Open
pkobrien opened this issue Jul 6, 2015 · 4 comments
Open

:analyze-path and other REPL options #22

pkobrien opened this issue Jul 6, 2015 · 4 comments

Comments

@pkobrien
Copy link
Member

pkobrien commented Jul 6, 2015

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

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

@pkobrien
Copy link
Member Author

pkobrien commented Jul 6, 2015

@Deraen
Copy link
Contributor

Deraen commented Jul 7, 2015

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
Copy link
Contributor

Deraen commented Jul 7, 2015

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.

@pkobrien
Copy link
Member Author

pkobrien commented Jul 8, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants