We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 sets the ns in cljs repl when cider-repl-require-ns-on-set is t
cider-repl-set-ns
cider-repl-require-ns-on-set
t
cider-repl-set-ns sets the ns in cljs repl only when cider-repl-require-ns-on-set is nil
set cider-repl-require-ns-on-set to t and try to do cider-repl-set-ns in cljs buffer or repl
clj & cljs project in Emacs 27
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)
require
in-ns
do
The text was updated successfully, but these errors were encountered:
0449bf8
No branches or pull requests
Expected behavior
cider-repl-set-ns
sets the ns in cljs repl whencider-repl-require-ns-on-set
ist
Actual behavior
cider-repl-set-ns
sets the ns in cljs repl only whencider-repl-require-ns-on-set
is nilSteps to reproduce the problem
set
cider-repl-require-ns-on-set
tot
and try to docider-repl-set-ns
in cljs buffer or replEnvironment & Version information
clj & cljs project in Emacs 27
CIDER version information
Master
thheller noted that
require
andin-ns
are speical forms in cljs, so can't be wrapped indo
(as they are in the current code)The text was updated successfully, but these errors were encountered: