Changes between Initial Version and Version 1 of Ticket #768, comment 5
- Timestamp:
- 08/20/20 11:28:10 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #768, comment 5
initial v1 1 I now also manage to capturea file that exhibited the `(foo . bar) (ht . #<hash-table (1)>))` behavior, but looking inside it was exactly the same as the other order.1 I'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. 2 2 3 3 In other words: ht foo-bar vs foo-bar ht has the same serialization, the order is different when creating the hash-table during deserialization.