Skip to content

Conversation

vemv
Copy link
Member

@vemv vemv commented Jul 21, 2023

Closes #3236

I could both repro the original issue and verify that this proposed fix works.

The minimal repro was:

(nrepl-sync-request:eval "42"
                         (cider-current-repl nil 'ensure)
                         "my.ns"
                         'tooling)

As soon as one evaluated that code, the cljs repl type would be change to clj.

Thanks much to @jellelicht for his analysis: #3236 (comment)

Cheers - V

@vemv vemv requested a review from bbatsov July 21, 2023 19:21
@bbatsov bbatsov merged commit 0eb360f into master Jul 22, 2023
@bbatsov bbatsov deleted the 3236 branch July 22, 2023 05:09
@bbatsov
Copy link
Member

bbatsov commented Jul 22, 2023

Looks good to me.

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

Successfully merging this pull request may close these issues.

cider-repl-set-ns changes repl session from cljs:shadow to clj
2 participants