Changes between Initial Version and Version 1 of Ticket #768, comment 5


Ignore:
Timestamp:
08/20/20 11:28:10 (4 years ago)
Author:
Idiomdrottning
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #768, comment 5

    initial v1  
    1 I now also manage to capture a file that exhibited the `(foo . bar) (ht . #<hash-table (1)>))` behavior, but looking inside it was exactly the same as the other order.
     1I've also captured a file that exhibited the `(foo . bar) (ht . #<hash-table (1)>))` behavior, but looking inside it was exactly the same as the other order.
    22
    33In other words: ht foo-bar vs foo-bar ht has the same serialization, the order is different when creating the hash-table during deserialization.