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
Symptom
The paredit API will throw when it is inspecting certain valid rewrite-clj constructs.
An example of an invalid clojure but valid rewrite-clj construct is an unbalanced map: {:a}.
Version
1.1.49
Platform
All
Symptom
The paredit API will throw when it is inspecting certain valid rewrite-clj constructs.
An example of an invalid clojure but valid rewrite-clj construct is an unbalanced map:
{:a}
.Reproduction
Actual behavior
Expected behavior
This should be a noop for slurp:
;; => "{:a} :b"
Diagnosis
Paredit is using sexpr internally. We'll stop doing that.
Action
Looking at it.
The text was updated successfully, but these errors were encountered: