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

cider-eval-last-sexp-and-replace can't handle sets? #772

Closed
fordsfords opened this issue Sep 3, 2014 · 1 comment · Fixed by #786
Closed

cider-eval-last-sexp-and-replace can't handle sets? #772

fordsfords opened this issue Sep 3, 2014 · 1 comment · Fixed by #786

Comments

@fordsfords
Copy link

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: "#"

@bbatsov bbatsov closed this as completed in 1efc9fa Sep 3, 2014
@eigenhombre
Copy link
Contributor

I'm so psyched you fixed this. Been dealing w/ it for awhile and should have filed an issue awhile back! :-)
Thanks @bbatsov and @fordsfords !

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants