On Sep 2, 2011, at 7:16 AM, Hernán Morales Durand wrote: > Two more: > > ScriptLoader new installingInstaller
should not work and should not be used. Nobody should use ScriptLoader :) > MNU possibly related with ZnNetworkingUtils url object. > > -Enable underscore assignment (some packages still needs this setting > for loading) > -Evaluate: > > | source mNode | > source := 'initialize > | array start stop | > array _ Array new: 100. > start _ 0. > stop _ 0.'. > mNode := UndefinedObject evaluatorClass new > compile: source > in: UndefinedObject > classified: nil > notifying: nil > ifFail: []. > SyntaxError open: ( SyntaxError new contents: mNode sourceText ). > > Hit right-button in the "UndefinedObject <none>" line in the > SyntaxError windows. > Select "Browse full" > MNU > > 2011/9/1 Damien Cassou <[email protected]>: >> http://code.google.com/p/pharo/issues/detail?id=4751 >> >> On Thu, Sep 1, 2011 at 6:04 PM, Hernán Morales Durand >> <[email protected]> wrote: >>> Generate #= and #hash >> >> >> >> -- >> Damien Cassou >> http://damiencassou.seasidehosting.st >> >> "Lambdas are relegated to relative obscurity until Java makes them >> popular by not having them." James Iry >> >> >
