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

cider-repl-set-ns can fail to work in cljs repl when cider-repl-require-ns-on-set is t #2993

Closed
tomdl89 opened this issue Mar 17, 2021 · 0 comments

Comments

@tomdl89
Copy link
Contributor

tomdl89 commented Mar 17, 2021

Expected behavior

cider-repl-set-ns sets the ns in cljs repl when cider-repl-require-ns-on-set is t

Actual behavior

cider-repl-set-ns sets the ns in cljs repl only when cider-repl-require-ns-on-set is nil

Steps to reproduce the problem

set cider-repl-require-ns-on-set to t and try to do cider-repl-set-ns in cljs buffer or repl

Environment & Version information

clj & cljs project in Emacs 27

CIDER version information

Master

thheller noted that require and in-ns are speical forms in cljs, so can't be wrapped in do (as they are in the current code)

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