[Vm-dev] VM Maker: VMMaker.oscog-eem.3224.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Jul 26 21:21:48 UTC 2022


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.3224.mcz

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

Name: VMMaker.oscog-eem.3224
Author: eem
Time: 26 July 2022, 2:21:34.685067 pm
UUID: 42ebfb68-9ff7-49b7-9cb0-0d8213e28160
Ancestors: VMMaker.oscog-eem.3223

Allow other package's plugins to get logged at generation time.

=============== Diff against VMMaker.oscog-eem.3223 ===============

Item was changed:
  ----- Method: VMMaker>>configurationGeneratorNameOrNil (in category 'generate sources') -----
  configurationGeneratorNameOrNil
  	"Search the sender chain for the first method in VMMaker class protocol configurations, and answer it if found,
  	 otherwise answer nil.  This allows us to name the configuration being generated."
  	^thisContext findContextSuchThat:
  		[:ctxt|
  		 ctxt receiver == VMMaker
+ 		 and: [ctxt method methodReference category endsWith: #configurations]]!
- 		 and: [ctxt method methodReference category = #configurations]]!



More information about the Vm-dev mailing list