Manuscript (Case [Issue]22573) _Inbox - Halt>>ifCondition: aBlock inCallSelector: aSelector

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

Manuscript (Case [Issue]22573) _Inbox - Halt>>ifCondition: aBlock inCallSelector: aSelector

Pharo Issue Tracker
Manuscript Notification
avatar
Enhancement in Project:  _Inbox: Not Spam  •  You are subscribed to this case
In fact I think that to handle the fact that we can use a debug in the middle
this definition is better

ifCondition: aBlock inCallSelectors: aSelectorCollection
<debuggerCompleteToSender>
"Halt ifCondition: [ 1 = 1] inCallSelectors: {#testParse}"

LocalRecursionStopper
during: [
| cntxt haltSenderContext |
haltSenderContext := thisContext home sender.
cntxt := haltSenderContext.
[ cntxt isNil ] whileFalse: [
((aSelectorCollection includes: cntxt selector) and: aBlock)
ifTrue: [ self signalIn: haltSenderContext ].
cntxt := cntxt sender ] ]
Priority Priority: 5 – Fix If Time Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo7.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker