help-smalltalk
[Top][All Lists]
Advanced

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

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


From: Ladislav Marek
Subject: Re: [Help-smalltalk] [bug] Array printing aesthetic error
Date: Wed, 17 Aug 2011 11:54:27 +0200

Hi,
I have made a patch for this bug (attached).

LM

On Sun, Aug 7, 2011 at 20:11, Andrew Pennebaker
<address@hidden> wrote:
> 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.
>
>
>
> _______________________________________________
> help-smalltalk mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/help-smalltalk
>

Attachment: bug603.patch
Description: Binary data


reply via email to

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