A new version of ToolBuilder-Kernel was added to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-Kernel-ct.140.mcz==================== Summary ====================
Name: ToolBuilder-Kernel-ct.140
Author: ct
Time: 27 June 2020, 10:27:56.320705 pm
UUID: 41f2d454-481e-354d-9b19-6a275ef01e56
Ancestors: ToolBuilder-Kernel-mt.138
Don't fail in PluggableMenuSpec when building an empty menu
=============== Diff against ToolBuilder-Kernel-mt.138 ===============
Item was changed:
----- Method: PluggableMenuSpec>>analyzeItemLabels (in category 'construction') -----
analyzeItemLabels
"Analyze the item labels"
+ self items do: [:item | item analyzeLabel].!
- items do:[:item| item analyzeLabel].
- !