Closed dpsutton closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution and understanding!
This issues been automatically closed due to lack of activity. Feel free to re-open it if you ever come back to it.
Expected behavior
Submitting multiple forms will evaluate all forms. This is the behavior in a clojure repl:
Actual behavior
in clojurescript we see the following:
Steps to reproduce the problem
Just enter multiple forms at the repl.
They are going across the wire.
clojure transport messages:
clojurescript transport:
Environment & Version information
CIDER version information
built from master
Lein/Boot version
These projects are both clj based. The clojure is a simple deps.edn with clojure 1.10.0-rc4 and the clojurescript one is the result of running
clojure -A:new figwheel-main test.cljs
using sean corfield's excellent utility.Emacs version
built from master 27.0.50
Operating system
fedora 29