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

squeaksource-noreply at iam.unibe.ch squeaksource-noreply at iam.unibe.ch
Tue Jun 10 21:53:24 UTC 2008


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

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

Name: Monticello.impl-mtf.526
Author: mtf
Time: 10 June 2008, 2:51:20 pm
UUID: 119c1b47-4e47-44f2-9682-d219a27c3091
Ancestors: Monticello.impl-mtf.525

re-enabled the syntax error notification popups

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

Item was changed:
  ----- Method: MCMethodDefinition>>postloadOver: (in category 'installing') -----
  postloadOver: obs
  
  	compiledMethod ifNil: [ 	
+ 	  self createCompiledMethod.
+ 	  self installMethod
- 		[ 
- 		  self createCompiledMethod.
- 		
-  		  self installMethod
- 		
- 		 ] on: SyntaxErrorNotification do: [ :ex | 
- 			
-  
- 			self orphanedBecause: ex printString  ] 
  	].
  
  	defnToInstall ifNotNil: [ defnToInstall notifyObservers ].!



More information about the Packages mailing list