[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Sep 30 23:55:02 UTC 2012


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

http://lists.squeakfoundation.org/pipermail/packages/2012-September/005528.html

Name: Traits-ul.290
Ancestors: Traits-ul.289

Speed up Trait class>>allTraitsDo: by using Smalltalk instead of #allInstances.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-September/005529.html

Name: System-ul.498
Ancestors: System-ul.494

Another possible fix for ClassRemovalTest >> #testClassRemovalAndRecompilcationWontCreateDuplicateVariableBindings. This time when the class is removed:
- replace the bindings in that class with a copy
- search for other referrers in the system
- if such referrer was found, then nil out the value of the original binding and move it to Undeclared

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


More information about the Squeak-dev mailing list