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

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 8 08:20:25 UTC 2008


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

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

Name: Monticello.impl-mtf.585
Author: mtf
Time: 8 October 2008, 1:20:05 am
UUID: 499b540f-f2da-4571-aed4-4291d6348535
Ancestors: Monticello.impl-mtf.584

class methods were being compiled against the instance-side

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

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



More information about the Packages mailing list