Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001792.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: 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.html

Name: KernelTests-nice.108
Ancestors: KernelTests-nice.107

move DependentsArrayTest from Kernel to KernelTests

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

http://lists.squeakfoundation.org/pipermail/packages/2009-November/001799.html

Name: Kernel-nice.299
Ancestors: Kernel-nice.298

move DependentsArrayTest from Kernel to KernelTests

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