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

Don't pass cljs-repl-type to jvm repls #3383

Closed
vemv opened this issue Jul 27, 2023 · 0 comments · Fixed by #3389
Closed

Don't pass cljs-repl-type to jvm repls #3383

vemv opened this issue Jul 27, 2023 · 0 comments · Fixed by #3389
Assignees

Comments

@vemv
Copy link
Member

vemv commented Jul 27, 2023

When running cider-jack-in-clj&cljs / cider-connect-clj&cljs, a cljs-repl-type will be passed to both jvm and cljs repls.

That results in the following code being run for the jvm repl:

(when cljs-repl-type
          (emit-comment (concat "ClojureScript REPL type: " (symbol-name cljs-repl-type))))

...which is noisy/confusing.

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

Successfully merging a pull request may close this issue.

1 participant