On Fri, Jul 10, 2009 at 6:52 AM, J. McConnell<[email protected]> wrote: > > On Thu, Jul 9, 2009 at 11:31 PM, Mark Engelberg<[email protected]> > wrote: >> >> I'm running Clojure 1.0. >> >> Could someone please check and see whether this is still a bug in the >> most current version? > > Yup, I still see the same behavior in HEAD. > > - J.
Thanks for confirming the bug that struct-maps written with *print-dup* bound to true cannot be read back in. So is this a bug with the writer or the reader, or with the create method of struct maps, or something else? More specifically, I already have a bunch of files containing data structures written with *print-dup* in Clojure 1.0, and they are currently unreadable. Will I ever be able to read them back in when the bug is fixed, or are these files unrecoverable? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
