The Trunk: Services-Base-eem.67.mcz

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

The Trunk: Services-Base-eem.67.mcz

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

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

Name: Services-Base-eem.67
Author: eem
Time: 8 October 2019, 1:07:54.531812 pm
UUID: 9eb66fc9-8fc1-4ce8-a726-60181989cd5f
Ancestors: Services-Base-mt.66

Implement ServiceRegistry>>postRecompileAction to rebuild the service registry post recompile, eliminating references to stale methods.

=============== Diff against Services-Base-mt.66 ===============

Item was added:
+ ----- Method: ServiceRegistry>>postRecompileAction (in category 'recompilation') -----
+ postRecompileAction
+ "Each ServiceAction in the Current registry holds onto a method.  Rebuild to reference the freshly compiled ones."
+ Current ifNotNil: [self rebuild]!