'From Squeak3.9alpha of 4 July 2005 [latest update: #6724] on 16 February 2006 at 2:34:54 pm'! "Change Set: 6725updateFromMC Date: 16 February 2006 Author: Marcus Denker - 0002345: Cannot open Workspace from world menu in MVC - fixes to MC tests by Adrian - CompiledMethod>>decompileTree deprecated - String>>numArgs: for building selectors easily - cleaned up unused old propertu code in parser - first cut at a fast #who (see Changelog Kernel-md.92) - cleanups in CompiledMethod (see Changelog Kernel-md.92) - some first refactorings to not call #who Name: Kernel-md.92 Author: md Time: 16 February 2006, 2:18:22 pm UUID: 938634c4-fd4e-49ca-8921-4be99275f270 Ancestors: Kernel-md.91 - remove MethodPropertie>>#propDict (leftover) - Pragma>>#selector fixed to no call #who - First cut at fast #who - CompiledMethod>>#methodClass now gets class from classbinging in the last literal - cm>>#selector searches this class - searchForClass/seachForSelector search like old #who - who fixed to use methodClass/selector. does return #(unkown unkown) when not installed. deprecated. - isInstalled: tests if method is installed. - methodRef fixed to not use #who - #decompileTree deprecated - #decompile now sets class / selector - #decompileString changed to call #decompile - Behavior>>#binding returns the association form systemdict - Behavior>>#basicAddSelector:withMethod sets class in method on installation."! "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.121.mcz') load. ScriptLoader new updateFrom6724 !