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

REPL ns prompt does not change with (ns ..) form #280

Closed
joinr opened this issue Aug 13, 2019 · 2 comments
Closed

REPL ns prompt does not change with (ns ..) form #280

joinr opened this issue Aug 13, 2019 · 2 comments
Labels
bug Something isn't working
Projects

Comments

@joinr
Copy link

joinr commented Aug 13, 2019

First time trying out calva. I downloaded VSCode, and installed the latest version from the MarketPlace. I have lein version 2.9.1, running on openJDK 1.8.222, windows 10.

Going from this snake game repo, calva connects and I get the REPL. From the repl, I enter (require 'snake.main)) and get okay. Switching namespaces at the repl via (ns snake.main) doesn't appear to work in the REPL prompt (still at user=>), but in fact we do switch to the namespace.

image

@PEZ PEZ added bug Something isn't working repl-window labels Aug 14, 2019
@PEZ PEZ added this to Backlog in CT 2019 Q3 via automation Aug 14, 2019
@PEZ
Copy link
Collaborator

PEZ commented Aug 14, 2019

Thanks for reporting this. Looks very confused and should be fixed. Putting it up on our todo.

@PEZ PEZ moved this from Backlog to Triaged in CT 2019 Q3 Aug 21, 2019
cfehse pushed a commit to cfehse/calva that referenced this issue Sep 23, 2019
If an evaluation changes the namespace the change is populated back.
@PEZ
Copy link
Collaborator

PEZ commented Sep 29, 2019

Fixed with #340.

@PEZ PEZ closed this as completed Sep 29, 2019
@PEZ PEZ moved this from Triaged to Done in CT 2019 Q3 Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
CT 2019 Q3
  
Done
Development

No branches or pull requests

2 participants