Re: *print-dup* and struct maps

2011-11-28 Thread Stuart Sierra
StructMaps are not print/readable. I wouldn't consider it a bug, but a missing feature. This was fixed for defrecord in 1.3. StructMaps should probably be considered deprecated in favor of defrecord. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the

*print-dup* and struct maps

2011-11-22 Thread Daniel Janus
, that pr-str emits an invalid expression that can't then be read back: either this should fail while printing (with the error message along the lines of Cannot print struct maps when *print-dup* is true), or work iff the structure is defined when reading. Should this be considered a bug? On a side