Nicolas Cellier uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-nice.141.mcz==================== Summary ====================
Name: ToolBuilder-Kernel-nice.141
Author: nice
Time: 20 April 2021, 11:03:36.052217 am
UUID: b33a2801-5d76-41b6-a323-4c4a13ff185a
Ancestors: ToolBuilder-Kernel-eem.140
The handlers for other exception should not be deactivated while redirecting ProgressInitiationException thru sendNotificationsTo: directive.
=============== Diff against ToolBuilder-Kernel-eem.140 ===============
Item was changed:
----- Method: ProgressInitiationException>>sendNotificationsTo: (in category 'initialize-release') -----
sendNotificationsTo: aNewBlock
+ self reactivateHandlers; resumeUnchecked: (
- self resume: (
workBlock value: [ :barVal |
aNewBlock value: minVal value: maxVal value: barVal
]
)
!