'From Squeak3.9alpha of 4 July 2005 [latest update: #6727] on 18 February 2006 at 2:02:04 pm'! "Change Set: 6728updateFromMC Date: 18 February 2006 Author: Marcus Denker - deprecate behavior>>#selectorAtMethod:setClass: - deprecate ContextPart>>#mclass (use methodClass, like in CompiledMethod) - deprecate ContextPart>>#methodSelector (use #selector, like in CompiledMethod) - deprecate MethodContext>>#answer: (comment indicates 'will soon be removed' - refactor to not call deprecated methods. - Fast #who part 2: Selector from compiledMethod. - Forward from ContextPart to method (selector, decompile.) no need to search anymore - installed methods now get selector/class set. "! "Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." |repository| repository := MCHttpRepository location: 'http://source.squeakfoundation.org/39a' user: '' password: ''. (repository loadVersionFromFileNamed: 'ScriptLoader-md.126.mcz') load. ScriptLoader new updateFrom6727 !