help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Array printing aesthetic error


From: Andrew Pennebaker
Subject: [Help-smalltalk] [bug] Array printing aesthetic error
Date: Sun, 07 Aug 2011 11:11:59 -0700

Issue status update for http://smalltalk.gnu.org/node/603 Post a follow up: http://smalltalk.gnu.org/project/comments/add/603

Project:      GNU Smalltalk
Version:      <none>
Component:    Base classes
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  mcandre
Updated by:   mcandre
Status:       active

Arrays always print an extra space before the final parenthesis:

st> #(1 2 3)
(1 2 3 )

st> #($a $b $c)
($a $b $c )

Extra space is fine but it should be consistent. Either put an
additional extra space after the first parenthesis or remove the extra
space altogether.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]