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  --  [EMAIL PROTECTED]
http://www.iam.unibe.ch/~denker


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to