-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Use ClojureScript-specific REPL helpers for ClojureScript REPLs #2647
Comments
Been having a look at this one and getting However the repl utils are also used by https://github.com/clojure-emacs/cider/blob/master/cider-repl.el#L174
Unsure how to handle
|
I think it'd be best to make
Maybe we should rename this to |
Been revisiting this after a while and I'm a bit confused as to what |
Great catch! But I think there's one more thing to consider - the code in piggieback gets loaded only for the initial ns there, so if you switch the ns the REPL utilities wouldn't be around anymore. |
This recent convo with @PEZ reminded that we don't check the REPL type before loading the REPL utils and they are basically the Clojure ones all the time. That should be very easy to fix.
The text was updated successfully, but these errors were encountered: