[Pkg] Monticello Public: Monticello.impl-mtf.529.mcz

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Wed Jun 11 03:31:24 UTC 2008


A new version of Monticello.impl was added to project Monticello Public:
http://www.squeaksource.com/mc/Monticello.impl-mtf.529.mcz

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

Name: Monticello.impl-mtf.529
Author: mtf
Time: 10 June 2008, 8:29:19 pm
UUID: 86de79db-db88-4755-b632-70b129b302fa
Ancestors: Monticello.impl-mtf.528

got rid of an unnamed category in MCMethodDefinition

=============== Diff against Monticello.impl-mtf.528 ===============

Item was changed:
+ ----- Method: MCMethodDefinition>>compileMethod (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>compileMethod (in category '') -----
  compileMethod
  	methodAndNode := theClass 
  							compile: self source 
  							classified: self category 
  							notifying: requestor
  							trailer: theClass defaultMethodTrailer ifFail: [^nil].
  
  	compiledSelector := methodAndNode selector.
  	compiledMethod := methodAndNode method.
  	
    !

Item was changed:
+ ----- Method: MCMethodDefinition>>compiledSelector (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>compiledSelector (in category '') -----
  compiledSelector
  	^ compiledSelector!

Item was changed:
+ ----- Method: MCMethodDefinition>>isOverrideCategory: (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>isOverrideCategory: (in category '') -----
  isOverrideCategory: cat
   
  	^ cat notNil and: [ (cat beginsWith: '*') and: [cat endsWith: '-override'] ]!

Item was changed:
+ ----- Method: MCMethodDefinition>>compiledMethod: (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>compiledMethod: (in category '') -----
  compiledMethod: aCM
   
  	compiledSelector := aCM selector.
  	compiledMethod := aCM.
  	
    !

Item was changed:
+ ----- Method: MCMethodDefinition>>storeMaxInstVars (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>storeMaxInstVars (in category '') -----
  storeMaxInstVars
  
  ^ 9!

Item was changed:
+ ----- Method: MCMethodDefinition>>addMethodAdditionTo: (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>addMethodAdditionTo: (in category '') -----
  addMethodAdditionTo: a
  
  	"dummy to enable loading into 3.10"!

Item was changed:
+ ----- Method: MCMethodDefinition>>compiledMethod (in category 'as yet unclassified') -----
- ----- Method: MCMethodDefinition>>compiledMethod (in category '') -----
  compiledMethod
  	^ compiledMethod!



More information about the Packages mailing list