[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Feb 15 23:55:03 UTC 2011


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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004287.html

Name: SystemReporter-laza.14
Ancestors: SystemReporter-laza.13

rename platform specific report methods

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004288.html

Name: SystemReporter-laza.15
Ancestors: SystemReporter-laza.14

catch the case where interpreterClass and cogitClass are not implemented

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004289.html

Name: SystemReporter-laza.16
Ancestors: SystemReporter-laza.15

- Created utility method to include text file contents safely
- Made reportWin32VMConfig use above
- Created reportLinuxOSDetails which shows the contents of '/etc/issue', '/etc/lsb-version' (and when it works '/proc/version')

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004290.html

Name: SystemReporter-laza.17
Ancestors: SystemReporter-laza.16

Change {} to #()

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004291.html

Name: Kernel-fbs.546
Ancestors: Kernel-nice.545

Allow one to declare a new class when one refers to the as-yet-undeclared class in a class-side method.

(http://bugs.squeak.org/view.php?id=7606)

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004292.html

Name: Traits-nice.287
Ancestors: Traits-nice.286

Implement convenient ClassTrait>>category just by symmetry with what we just did to Metaclass.

We can now simplify senders of
	theNonMetaClass category
by just
	category
if we want to...

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004293.html

Name: Services-Base-nice.46
Ancestors: Services-Base-ar.45

theNonMetaclass category yourself....

I mean, any Metaclass shall now respondsTo: #category as well, so you don't have to tell her how to.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004294.html

Name: Tools-nice.298
Ancestors: Tools-nice.297

Let a Metaclass decide by herself to what category she belongs to.

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

http://lists.squeakfoundation.org/pipermail/packages/2011-February/004295.html

Name: PackageInfo-Base-nice.53
Ancestors: PackageInfo-Base-cmm.52

A Metaclass now respondsTo: #category, so don't tell, just ask.

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



More information about the Squeak-dev mailing list