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/2015-July/008795.html

Name: Kernel-eem.933
Ancestors: Kernel-eem.932

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

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

http://lists.squeakfoundation.org/pipermail/packages/2015-July/008796.html

Name: System-eem.752
Ancestors: System-cmm.751

Provide support for uninstaling breakpoints in ClassDescription>>#logMethodSource:forMethodWithNode:inCategory:withStamp:notifying:

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

http://lists.squeakfoundation.org/pipermail/packages/2015-July/008797.html

Name: Kernel-eem.934
Ancestors: Kernel-eem.933

Make sure that any breakpointed version of a method has been removed from BreakpointManager and that the original unbreakpointed methid is in hand when method source is logged, hence preserving method history even if the programmer mistakenly redefines a breakpointed method (something which this poor author is susceptible to).

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