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

Initial namespace not being set in the cider-repl after upgrade to 0.21.0 #2593

Closed
jsrodrigues opened this issue Feb 20, 2019 · 1 comment
Closed

Comments

@jsrodrigues
Copy link

This is my Environment:
;; Connected to nREPL server - nrepl://localhost:63995
;; CIDER 0.21.0 (New York), nREPL 0.6.0
;; Clojure 1.10.0, Java 1.8.0_201
;; Docs: (doc function-name)
;; (find-doc part-of-name)
;; Source: (source function-name)
;; Javadoc: (javadoc java-object-or-class)
;; Exit:
;; Results: Stored in vars *1, *2, *3, an exception in *e;

Seems like with the upgrade from cider 0.20.0, the initial namespace is not being set

In my project.clj, I have
:main ^:skip-aot my.init.ns
But, I still get dropped into the user ns in the cider repl.

I also tried
:repl-options {:init-ns my.init.ns}

But that doesn't seem to work either

@cichli cichli closed this as completed in bbf0890 Feb 20, 2019
@cichli
Copy link
Member

cichli commented Feb 20, 2019

Thanks for the report, and sorry for the regression.

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

2 participants