Fwd: [Pharo-project] [ANN] first one-click image
(Forgot to copy the list) Yep, that fixed them all after I did a Load code updates. Did have one new error in testPrinting: self assert: nonSEarray2 printString = 'an Array(#Array)' But I have to say, I have never experienced a Squeak release where there was only one test error. (Of course, before the test runner was integrated, there were no errors, but that doesn't count!) Great work everyone. On Fri, Sep 19, 2008 at 11:06 AM, Marcus Denker <denker@iam.unibe.ch> wrote:
On 19.09.2008, at 17:31, Norbert Hartl wrote:
No need to. None of these seem to fail in 10073. The one-click is based on 10072.
Sorry for that... I will do a new release soon.
Marcus
-- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
On 19.09.2008, at 20:19, David Mitchell wrote:
(Forgot to copy the list)
Yep, that fixed them all after I did a Load code updates.
Did have one new error in testPrinting:
self assert: nonSEarray2 printString = 'an Array(#Array)'
But I have to say, I have never experienced a Squeak release where there was only one test error.
And that is even a wrong test ;-) I think this is a fallout from converting all ReadOnlyBindings in the SystemDictionary to normal Associations. the nonSEarray2 (non-self-evaluating) is indeed now self-evaluating, it prints as {#Array->Array}, not 'anArray(#Array)'. I have added an entry in the bugtracker. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
participants (2)
-
David Mitchell -
Marcus Denker