[squeak-dev] MC fix-while-compiling broken

Igor Stasenko siguctua at gmail.com
Tue Apr 27 21:44:32 UTC 2010


I tried to load the VMMaker in 4.1 image

	(Smalltalk hasClassNamed: #MCMcmUpdater)
		ifTrue: [(Smalltalk at: #MCMcmUpdater)
				updateFromRepositories: #('http://squeaksource.com/VMMaker' )]
		ifFalse: [self notify: 'MonticelloConfigurations not installed in this image']

during the load it finds a syntax error in one of the methods  ( -16
written as: - 16)
i fixed it and pressed accept, then MC happily continued compiling methods,
but at the stage when it going to install everything, i got DNU
because a compiled method being nil.

Seem like a method, which i fixed is lost in void and not remembered by MC. :((


-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list