[squeak-dev] The Inbox: Kernel-cmm.937.mcz

Tobias Pape Das.Linux at gmx.de
Wed Aug 5 21:52:18 UTC 2015


On 05.08.2015, at 21:41, commits at source.squeak.org wrote:

> A new version of Kernel was added to project The Inbox:
> http://source.squeak.org/inbox/Kernel-cmm.937.mcz
> 
> ==================== Summary ====================
> 
> Name: Kernel-cmm.937
> Author: cmm
> Time: 5 August 2015, 4:41:15.204 pm
> UUID: 874460df-769a-4381-8d3e-29c2e118b7f6
> Ancestors: Kernel-cmm.936
> 
> Move CompiledMethod>>#hasBreakpoint back to Kernel where it belongs.

Questionable, as BreakpointManager is (rightfully) not in Kernel…

(apart from the private reply) what about

hasBreakpoint
	^ self class environment
		at: #BreakpointManager 
		ifPresent: [:bpm | bpm methodHasBreakpoint: self]
		ifAbsent: [false]


?

Best regards
	-Tobias


More information about the Squeak-dev mailing list