2011/9/2 Stéphane Ducasse <stephane.ducasse@inria.fr>:
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 :)
I know :) just pointing a way to reproduce a possible problem with Zinc.
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
Anyone could reproduce that one? It happened after evaluating: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfVMMaker'; load. ((Smalltalk at: #ConfigurationOfVMMaker) project version: '1.4') load
2011/9/1 Damien Cassou <damien.cassou@gmail.com>:
http://code.google.com/p/pharo/issues/detail?id=4751
On Thu, Sep 1, 2011 at 6:04 PM, Hernán Morales Durand <hernan.morales@gmail.com> 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