I'm running Clojure 1.0. Could someone please check and see whether this is still a bug in the most current version?
(use 'clojure.contrib.duck-streams) (defstruct t :a) (def x (struct-map t :a 1)) (def s (binding [*print-dup* true] (with-out-str (pr x)))) (read-string s) ERROR: java.lang.RuntimeException: java.lang.IllegalArgumentException: No matching method found: create Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---