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

CLJS repl only works if I refresh the tab #446

Open
kuwze opened this issue May 14, 2018 · 0 comments
Open

CLJS repl only works if I refresh the tab #446

kuwze opened this issue May 14, 2018 · 0 comments

Comments

@kuwze
Copy link

kuwze commented May 14, 2018

Upon connecting with C-c M-c (which is cider-connect) and connect to the boot REPL, and then run (start-repl), it seems to get stuck:

boot.user> (start-repl)
<< started Weasel server on ws://127.0.0.1:41697 >>
<< waiting for client to connect ... Connection is ws://localhost:41697
Writing boot_cljs_repl.cljs...

Sometimes refreshing the page helps it connect, but I can't seem to find a good solution to this problem. Is this normal? What should I do to fix it?

Also, when it does work I often get a warning (I am assuming it's not an error because start-repl is successful):

boot.user> (start-repl)
<< started Weasel server on ws://127.0.0.1:40159 >>
<< waiting for client to connect ... Connection is ws://localhost:40159
Writing boot_cljs_repl.cljs...
connected! >>
#object[InternalError InternalError: too much recursion]
No stacktrace available.
To quit, type: :cljs/quit
nil

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

1 participant