[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Mon Mar 11 23:55:05 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005789.html

Name: Bring in some classes and methods from the Etoys image so that project loading gives a meaningful error, not just 'unknown class'. See ReleaseBuilderSqueakland>>buildInitialScreen
EToys-bf.94
Ancestors: EToys-fbs.93

Bring in some classes and methods from the Etoys image so that project loading gives a meaningful error, not just 'unknown class'. See ReleaseBuilderSqueakland>>buildInitialScreen

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005790.html

Name: EToys-bf.94
Ancestors: EToys-fbs.93

Bring in some classes and methods from the Etoys image so that project loading gives a meaningful error, not just 'unknown class'. See ReleaseBuilderSqueakland>>buildInitialScreen

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005791.html

Name: Kernel-nice.748
Ancestors: Kernel-nice.747

Speed-up Integer+/-Fraction and Fraction+/-Integer because we know this does not require any gcd computation.
This speed up cause minimal code duplication.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005792.html

Name: Collections-nice.508
Ancestors: Collections-fbs.507

Let String>>numArgs pass its tests

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005793.html

Name: CollectionsTests-nice.200
Ancestors: CollectionsTests-nice.199

Change StringTest>>testNumArgs to reflect that an empty keyword message (composed uniquely of colons $: or with a single empty key #'a::') is not a valid Smalltalk pattern (I have a doubt about previous test, was it ever valid?).

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-March/005794.html

Name: Collections-nice.509
Ancestors: Collections-nice.508

Fix String>>numArgs: no an empty key in a keyword is not a valid pattern.

=============================================


More information about the Squeak-dev mailing list