-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
Connection to clojurescript repl times out #158
Comments
Does |
Turns out it doesn't!
What's the typical workflow for starting up a repl through fireplace? |
Do you have cider-nrepl installed? |
I do have |
Is that really supposed to say SNAMPSHOT? |
Nope. That was just me transcribing it wrong here. It says |
In that case if the repl itself is erroring it's probably a bug in cider-nrepl. Confirmation would require invoking the |
alright, so on a new repl, with vim started up, issueing that command results in the following in the repl session:
Vim eventually prints a response reading:
If I issue the echo command again with the same call, I get nothing out of the repl, and vim responds with:
It looks like fireplace is working correctly, and that the repl has some issues, but I'm not sure. Hopefully someone here can determine that better that I can. Thanks! |
Probably clojure-emacs/cider-nrepl#7 related. |
You should use something like Austin or Weasel instead of running piggieback manually (I don't even remember how I did that). |
I'm experiencing exactly the same situation. Using Austin instead of Piggieback helped. |
Hey there!
I've added
[com.cemerick/piggieback "0.1.3"]
to the project deps, as well as repl-options::repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]}
,But after starting a repl with
lein trampoline cljsbuild repl-listen
, and issueing a:Connect
command inside vim, vim just hangs. No connection ever occurs. Am I missing something?The text was updated successfully, but these errors were encountered: