The Trunk: Kernel-eem.933.mcz

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

The Trunk: Kernel-eem.933.mcz

commits-2
Eliot Miranda uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-eem.933.mcz

==================== Summary ====================

Name: Kernel-eem.933
Author: eem
Time: 4 July 2015, 7:58:36.434 am
UUID: a36cc963-e938-4707-b373-145dd2b049c8
Ancestors: Kernel-eem.932

Version of Kernel providing base version if CompiledMethod>>hasBreakpoint which System will override.

=============== Diff against Kernel-eem.932 ===============

Item was added:
+ ----- Method: CompiledMethod>>hasBreakpoint (in category 'testing') -----
+ hasBreakpoint
+ ^false!