Hi, I have made a patch for this bug (attached). LM
On Sun, Aug 7, 2011 at 20:11, Andrew Pennebaker <[email protected]> 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 > [email protected] > https://lists.gnu.org/mailman/listinfo/help-smalltalk >
bug603.patch
Description: Binary data
_______________________________________________ help-smalltalk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-smalltalk
