[Pkg-gnu-smalltalk-devel] Bug#477312: Log for failed build of gnu-smalltalk_3.1~rc3-3 (dist=experimental)

Paolo Bonzini bonzini at gnu.org
Sun Sep 21 09:37:07 UTC 2008


Reduced testcase (reproducing on testdrive):

Object extend [

    breakIt: anInteger [
        <category: 'instance creation'>
        1 to: anInteger do: [ :each | String new: each ].
    ]
]

#(4450 2) do: [:each | self breakIt: each].

Can you confirm? (Just do "./gst foo.st" where foo.st is the above).

Paolo





More information about the Pkg-gnu-smalltalk-devel mailing list