You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: "#"