You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get compile errors about undeclared vars, declared vars end up in "user" namespace
Steps to reproduce the problem
Create a namespace with space in the namespace declaration, like this:
(ns foo) ; space as the first character
(defn bar [] 1)
eval defun at point for the function "bar". I can instantly see the foo was declared in "user" namespace. I expected it to end up in "foo" namespace. If I require stuff in the namespace declarations, I can't refer to the declarations because I get compile errors
Expected behavior
Evaling the defun works normally
Actual behavior
I get compile errors about undeclared vars, declared vars end up in "user" namespace
Steps to reproduce the problem
Create a namespace with space in the namespace declaration, like this:
eval defun at point for the function "bar". I can instantly see the foo was declared in "user" namespace. I expected it to end up in "foo" namespace. If I require stuff in the namespace declarations, I can't refer to the declarations because I get compile errors
Environment & Version information
CIDER version information
Lein/Boot version
Leiningen 2.9.0 on Java 11.0.1 Java HotSpot(TM) 64-Bit Server VM
Emacs version
GNU Emacs 26.3 (build 1, x86_64-apple-darwin18.2.0, NS appkit-1671.20 Version 10.14.3 (Build 18D109)) of 2019-09-02
Operating system
Mac OS Mojave
The text was updated successfully, but these errors were encountered: