[Pharo-project] Testing Pharo OneClick 1.3
Sorry no time to open tickets. Open Monticello Browser Hit +Config Hit Ok Hit Cancel Hit Cancel Hit Cancel ... OBSystemBrowser openOnClass: Behavior select ObsoleteSubclasses class variable hit mouse right-button Create a category Create a class inside this category Create another category (empty) Rename the first category to be the second one Nothing happens Tools -> Recover Lost Changes Select any of the last 5 entries MNU SystemNavigation default browseAllUnimplementedCalls. MNU Hernán
I'm taking care of creating issues On Thu, Sep 1, 2011 at 9:57 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Sorry no time to open tickets.
Open Monticello Browser Hit +Config Hit Ok Hit Cancel Hit Cancel Hit Cancel ...
OBSystemBrowser openOnClass: Behavior select ObsoleteSubclasses class variable hit mouse right-button
Create a category Create a class inside this category Create another category (empty) Rename the first category to be the second one Nothing happens
Tools -> Recover Lost Changes Select any of the last 5 entries MNU
SystemNavigation default browseAllUnimplementedCalls. MNU
Hernán
-- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
On Thu, Sep 1, 2011 at 9:57 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Open Monticello Browser Hit +Config Hit Ok Hit Cancel Hit Cancel Hit Cancel ...
I think Hernán refers to the dialog which asks for a username. This information is mandatory and you can't cancel. Don't know if this is a bug. Other reports are in the following issues: http://code.google.com/p/pharo/issues/detail?id=4741 http://code.google.com/p/pharo/issues/detail?id=4742 http://code.google.com/p/pharo/issues/detail?id=4744 http://code.google.com/p/pharo/issues/detail?id=4745 -- Damien Cassou http://damiencassou.seasidehosting.st "Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
Thanks Damien, I've found another one Open a browser Create new class category Create new class MyClass1 Hit right-button over MyClass1 Choose Refactor class -> Generate #= and #hash MNU 2011/9/1 Damien Cassou <damien.cassou@gmail.com>:
On Thu, Sep 1, 2011 at 9:57 AM, Hernán Morales Durand <hernan.morales@gmail.com> wrote:
Open Monticello Browser Hit +Config Hit Ok Hit Cancel Hit Cancel Hit Cancel ...
I think Hernán refers to the dialog which asks for a username. This information is mandatory and you can't cancel. Don't know if this is a bug.
Other reports are in the following issues: http://code.google.com/p/pharo/issues/detail?id=4741 http://code.google.com/p/pharo/issues/detail?id=4742 http://code.google.com/p/pharo/issues/detail?id=4744 http://code.google.com/p/pharo/issues/detail?id=4745
-- Damien Cassou http://damiencassou.seasidehosting.st
"Lambdas are relegated to relative obscurity until Java makes them popular by not having them." James Iry
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
Two more: ScriptLoader new installingInstaller 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 <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
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 <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
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
On 03 Sep 2011, at 18:54, Hernán Morales Durand wrote:
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.
This can very easily be fixed: http://lists.gforge.inria.fr/pipermail/pharo-project/2011-August/052316.html Read the rest of the thread to understand that this is also a discussion about API and expected (default) behavior. Sven
participants (4)
-
Damien Cassou -
Hernán Morales Durand -
Stéphane Ducasse -
Sven Van Caekenberghe