Changes to Trunk (
http://source.squeak.org/trunk.html) in the last 24 hours:
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001792.htmlName: Morphic-dtl.228
Ancestors: Morphic-ar.227
Finish moving flaps support from Project to MVCProject and MorphicProjec
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001793.htmlName: System-dtl.166
Ancestors: System-ar.165
Finish moving flaps support from Project to MVCProject and MorphicProject
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001794.htmlName: Collections-ul.190
Ancestors: Collections-ul.186
In Set and subclasses:
- reimplemented #fixCollisionsFrom:
- removed #keyAt: and #swap:with:
Load Kernel-ul.297 before this
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001795.htmlName: Kernel-ul.297
Ancestors: Kernel-ar.294
In MethodDictionary
- implemented #fixCollisionsFrom:
- removed #keyAt: (nobody sends it)
- removed super send from #swap:with:
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001796.htmlName: PackageInfo-Base-ul.30
Ancestors: PackageInfo-Base-ar.29
- PackageInfo >> #classesAndMetaClasses returns a Set instead of an Array. This greatly improves the performance of #externalClasses, #externalTraits and #outsideClasses when the package has more than a few classes, because they rely on fast #includes: implementation.
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001797.htmlName: Kernel-nice.298
Ancestors: Kernel-ul.297
cosmetic clean-up from pharo
avoid a useless copy, and avoid inlining anySatisfy:
Note that we reject: anySatisfy: references notEmpty
We could as well select: allSatisfy: references isEmpty
Affirmations are generally better understood than double negations :)
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001798.htmlName: KernelTests-nice.108
Ancestors: KernelTests-nice.107
move DependentsArrayTest from Kernel to KernelTests
=============================================
http://lists.squeakfoundation.org/pipermail/packages/2009-November/001799.htmlName: Kernel-nice.299
Ancestors: Kernel-nice.298
move DependentsArrayTest from Kernel to KernelTests
=============================================