The Trunk: Protocols-eem.68.mcz

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

The Trunk: Protocols-eem.68.mcz

commits-2
Eliot Miranda uploaded a new version of Protocols to project The Trunk:
http://source.squeak.org/trunk/Protocols-eem.68.mcz

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

Name: Protocols-eem.68
Author: eem
Time: 8 October 2019, 1:06:34.730211 pm
UUID: eb7a3e43-c6f3-4df4-9425-e0ac1c8c4596
Ancestors: Protocols-jr.67

Rebuild the #Public ScreenedVocabulary post recompile to ensure it is not referencing stale methods via its screening blocks.

=============== Diff against Protocols-jr.67 ===============

Item was added:
+ ----- Method: Vocabulary class>>postRecompileAction (in category 'recompilation') -----
+ postRecompileAction
+ "The #Public Vocabulary (a newPublicVocabulary) is a ScreenedVocabulary which refers to blocks.
+ Rebuild it post recompile to ensure the blocks refer to current methods."
+
+ self addStandardVocabulary: self newPublicVocabulary!