Details
-
Type:
Defect
-
Status:
Closed
-
Resolution: Declined
-
Affects Version/s: None
-
Fix Version/s: Backlog
-
Component/s: None
-
Labels:None
Description
(defstruct thing :a :b) (def my-thing (struct thing 1 2)) (def s (binding [*print-dup* true] (pr-str my-thing))) s ;;=> "#=(clojure.lang.PersistentStructMap/create {:a 1, :b 2})" (read-string s) ;;=> java.lang.IllegalArgumentException: ;; No matching method found: create
Converted from http://www.assembla.com/spaces/clojure/tickets/176