-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
cider-eval-last-sexp-and-replace can't handle sets? #772
Comments
I'm so psyched you fixed this. Been dealing w/ it for awhile and should have filed an issue awhile back! :-) |
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Sep 10, 2014
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Sep 10, 2014
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Sep 10, 2014
- rename `cider-eval-and-get-value` into `cider-sync-eval-and-parse`
vspinu
added a commit
to vspinu/cider
that referenced
this issue
Sep 10, 2014
- rename `cider-eval-and-get-value` into `cider-sync-eval-and-parse`
bbatsov
added a commit
that referenced
this issue
Sep 10, 2014
[fix #772] and fix broken `cider-eval-and-get-value`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start with this line in your clojure buffer:
(conj #{1 2 3} 3 4 5 6)|
Execute cider-eval-last-sexp (C-x C-e). The result properly displays as:
=> #{1 4 6 3 2 5}
Now try cider-eval-last-sexp-and-replace (C-c C-w) on it. You get:
cider-get-value: Invalid read syntax: "#"
The text was updated successfully, but these errors were encountered: