[squeak-dev] The Inbox: ToolBuilder-Kernel-nice.143.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Apr 26 00:20:22 UTC 2021


Nicolas Cellier uploaded a new version of ToolBuilder-Kernel to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Kernel-nice.143.mcz

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

Name: ToolBuilder-Kernel-nice.143
Author: nice
Time: 26 April 2021, 2:20:20.490026 am
UUID: fc579454-b15f-4d7e-bd7b-adfc3a1ad863
Ancestors: ToolBuilder-Kernel-nice.141

Evaluate the new work block upon #sendNotificationsTo: in the context that sent the ProgressInitiationException signal

=============== Diff against ToolBuilder-Kernel-nice.141 ===============

Item was changed:
  ----- Method: ProgressInitiationException>>sendNotificationsTo: (in category 'initialize-release') -----
  sendNotificationsTo: aNewBlock
+ 	self resumeEvaluating: [workBlock value: [ :barVal |
- 
- 	self reactivateHandlers; resumeUnchecked: (
- 		workBlock value: [ :barVal |
  			aNewBlock value: minVal value: maxVal value: barVal
+ 		]]
- 		]
- 	)
  !



More information about the Squeak-dev mailing list