Shared structures are displayed peculiarly

Bug #793544 reported by Gwen Weinholt
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ikarus Scheme
New
Undecided
Unassigned

Bug Description

Ikarus Scheme version 0.0.4-rc1+, 64-bit (revision 1870, build 2010-11-07)
Copyright (c) 2006-2009 Abdulaziz Ghuloum

> (let ((l '(b c)))
    (display (list l (cdr l)))
    (newline))
((b . (c)) (c))
>

As you can see, the printer decided to use the dot notation, even though it wasn't necessary in this case. This can get pretty confusing in larger examples.

Revision history for this message
Marco Maggi (mrc-mgg) wrote :

Matched by Vicare issue 20, fixed in revision 0.1b0.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.