[ sisc-Bugs-1666713 ] SRFI-38 shared structure notation loses on read

"SourceForge.net" <[email protected]> Thu, 22 Feb 2007 18:59:06 -0800
Newsgroups gmane.comp.java.sisc.devel
Message-ID <[email protected]>
Bugs item #1666713, was opened at 2007-02-23 11:59
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1666713&group_id=23735

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Shinn (foof)
Assigned to: Nobody/Anonymous (nobody)
Summary: SRFI-38 shared structure notation loses on read

Initial Comment:
SISC (1.16.5)
#;> (let ((x '#0=(1 . #0#))) (caddr x))
java.lang.OutOfMemoryError

#;> (begin (list '#0=(1 . #0#)) #f)
java.lang.OutOfMemoryError


However, WRITE is able to handle this fine:

SISC (1.16.5)
#;> (let ((x (cons 1 '()))) (set-cdr! x x) x)
#0=(1 . #0#)
#;> 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1666713&group_id=23735

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV