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/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

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