[Pkg] The Trunk: Protocols-eem.68.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Oct 8 20:06:36 UTC 2019


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!



More information about the Packages mailing list