Issue858

classification
Title printing strings loses eq relationship
Type defect Module core code 21.5
Severity inelegant Platform N/A
Keywords Nosy List mike.kupfer
explanation
process
These controls should only be changed by committers and tracker administrators.
Status new   Reason
Superseder  
Priority normal   Assigned To

Created on 2013-06-01.22:16:51 by mike.kupfer, last changed 2013-09-02.20:48:35 by mike.kupfer.

Messages
msg2488 [hidden] ([hidden]) Date: 2013-06-01.22:16:49
Assume print-readably and print-circle are t, and that you have a hash
table that refers to the same object from 2 different buckets.

If the object is not a string (e.g., a list), then printing the hash
table will preserve the eq relationship.  But if the object is a string,
the eq relationship is lost.

See
http://list-archive.xemacs.org/pipermail/xemacs-beta/2013-June/024194.html
for details.
History
Date User Action Args
2013-09-02 20:48:35mike.kupfersetstatus: closed -> new
2013-08-24 00:30:34vimRULESsetstatus: new -> closed
2013-06-01 22:16:51mike.kupfercreate