[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sun Jul 28 23:55:05 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006271.html

Name: KernelTests-nice.253
Ancestors: KernelTests-fbs.252

Add tests for superclass class variable vs global variable scope precedence
See http://bugs.squeak.org/view.php?id=1554

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

http://lists.squeakfoundation.org/pipermail/packages/2013-July/006272.html

Name: Kernel-nice.797
Ancestors: Kernel-fbs.796

Workaround to fix http://bugs.squeak.org/view.php?id=1554
A class variable defined in a superclass should take precedence over a global variable.

Note that current implementation will import the bindings of every superclass environment which is questionable.

Fix a doubled statement terminator in Month class>>readFrom:.

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


More information about the Squeak-dev mailing list