[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Fri May 4 23:55:06 UTC 2012


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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005316.html

Name: Kernel-nice.685
Ancestors: Kernel-eem.684

Rename Number class>>#readSqueakSyntaxFrom: into #readSmalltalkSyntaxFrom:

This is to provide a common API across dialects for external packages since both VW7.x and Pharo2.0 have #readSmalltalkSyntaxFrom:

Note that Number syntax may vary slightly across dialects and #readSmalltalkSyntaxFrom: is to be understood "in local dialect"...

#readSqueakSyntaxFrom: was quite recent and not used in trunk, so I removed rather than deprecate. If you don't agree, raise your voice.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005317.html

Name: PackageInfo-Base-bf.61
Ancestors: PackageInfo-Base-bf.60

Factor out override scanning into changeRecordsForMethod:do: to allow use by MC, too.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005318.html

Name: Monticello-bf.506
Ancestors: Monticello-eem.505

Fix reverting an overloaded method. Uses new changes file scanning method from PackageInfo-Base-bf.61.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005319.html

Name: Tests-bf.152
Ancestors: Tests-eem.151

Fix MC override tests: you cannot override a method in your own package

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

http://lists.squeakfoundation.org/pipermail/packages/2012-May/005320.html

Name: Monticello-bf.507
Ancestors: Monticello-bf.506

Remove now unused changes file scanning method.

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


More information about the Squeak-dev mailing list