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-April/005296.html

Name: Kernel-eem.678
Ancestors: Kernel-eem.677

Provide a kbdTest for the EventSensor.

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

http://lists.squeakfoundation.org/pipermail/packages/2012-April/005297.html

Name: Kernel-eem.679
Ancestors: Kernel-eem.678

Fix loading of CompiledMethod subclasses.  The old code
just used CompiledMethod's format, which includes its
compact class index, hence resulting in instantiating the
subclass returning an instance of CompiledMethod.  The
new code masks out CompiledMethod's compact class imdex (if any) and masks in the right compact class index.

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