[Pharo-project] O2: tester wanted!

2010-01-19 Thread Alexandre Bergel
Dear All, For people who do not know, O2 is the browser David has implemented in the last few years. It replaces class-categories on the left-hand side pane with a list of packages. We are still away from having packages as real first class entities, but this is a good step toward. Note th

Re: [Pharo-project] O2: tester wanted!

2010-01-19 Thread Stéphane Ducasse
Thanks this is good. And yes I did not make any progress on the package rewrite. Doing too much pharo cleaning and project writing. Stef On Jan 19, 2010, at 11:03 PM, Alexandre Bergel wrote: > Dear All, > > For people who do not know, O2 is the browser David has implemented in > the last few

Re: [Pharo-project] O2: tester wanted!

2010-01-19 Thread Mariano Martinez Peck
On Tue, Jan 19, 2010 at 11:03 PM, Alexandre Bergel < alexandre.ber...@inria.fr> wrote: > Dear All, > > For people who do not know, O2 is the browser David has implemented in > the last few years. It replaces class-categories on the left-hand side > pane with a list of packages. We are still away f

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Adrian Lienhard
Thanks, Alex I gave it a quick try. Installation into PharoCore 10505 worked and briefly clicking through the browser I haven't found any obvious problems. However, there are 6 undeclared classes referenced in the code. Very likely when this code is run, O2 will fall over. Also 2 tests have err

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Igor Stasenko
Is it virtually possible to run it in Squeak image, since its not depends on OB anymore? 2010/1/20 Alexandre Bergel : > Dear All, > > For people who do not know, O2 is the browser David has implemented in > the last few years. It replaces class-categories on the left-hand side > pane with a list o

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Stefan Marr
Hi: Browser loaded like follows: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfO2'; load. (Smalltalk at: #ConfigurationOfO2) perform: #loadDefault. ((Smalltalk at: #ConfigurationOfO2) project version: '1.0') load: 'Dev' In general, it works stable for me. Have used it

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Mariano Martinez Peck
> > - code completion popups are not removed correctly, but I think that is not > specific > to O2 > Reproduce: > 1. type somewhere (code pane or search bar) to bring up completion > 2. then move the whole browser window > That is only one of the few cases where such a popup is not removed.

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Alexandre Bergel
> However, there are 6 undeclared classes referenced in the code. Very > likely when this code is run, O2 will fall over. Also 2 tests have > errors and one fails. That cannot be left like that. I will seat down with David asap... Alexandre > > > On Jan 19, 2010, at 23:11 , Mariano Martinez

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Henrik Sperre Johansen
On 20.01.2010 15:59, Igor Stasenko wrote: > Is it virtually possible to run it in Squeak image, since its not > depends on OB anymore? > Not quite. 1. In MCClassDefinition>> loadClass, isEmpty is sent to traitComposition, since O2 includes classes with trait definitions as a single trait, it'

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Henrik Sperre Johansen
On 19.01.2010 23:03, Alexandre Bergel wrote: > Dear All, > > For people who do not know, O2 is the browser David has implemented in > the last few years. It replaces class-categories on the left-hand side > pane with a list of packages. We are still away from having packages > as real first class e

Re: [Pharo-project] O2: tester wanted!

2010-01-20 Thread Alexandre Bergel
Well spotted. David? Alexandre On 20 Jan 2010, at 18:44, Henrik Sperre Johansen wrote: > On 19.01.2010 23:03, Alexandre Bergel wrote: >> Dear All, >> >> For people who do not know, O2 is the browser David has implemented >> in >> the last few years. It replaces class-categories on the left-ha

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread David Röthlisberger
> > OR2PackageBrowser does not open, it lacks a defaultRootNode method > returning other than nil. > Is the focus mainly on the O2* browsers, or should OR2* also work? How did you spot this problem? From within the O2 browser, OR2PackageBrowser works. OR2PackageBrowser is not meant to be used

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread Henrik Johansen
On Jan 21, 2010, at 2:30 18PM, David Röthlisberger wrote: > >> >> OR2PackageBrowser does not open, it lacks a defaultRootNode method >> returning other than nil. >> Is the focus mainly on the O2* browsers, or should OR2* also work? > > How did you spot this problem? From within the O2 browser

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread Stan Shepherd
Henrik Sperre Johansen wrote: > > > but the refactoring items I've tried in O2PackageBrowser seem to work :) > > Indeed, nice job. That would remove my reason for sticking to the conventional browser. Just one (no two) tiny UI issues: if you right click a package -> Refactoring scope ,

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread David Röthlisberger
Hi Adrian, > However, there are 6 undeclared classes referenced in the code. ok, I fixed these undeclared references. > Also 2 tests have errors and one fails. Which tests fail? I only got one error in a test which I fixed now. Cheers, David > > On Jan 19, 2010, at 23:11 , Mariano Martinez

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread Adrian Lienhard
Hi David, in my PharoCore-1.0-10505 image I had #testSmartGroupSwitch that failed and #testExtensionNodes and #testStyling that errored. Cheers, Adrian On Jan 21, 2010, at 16:09 , David Röthlisberger wrote: > Hi Adrian, > >> However, there are 6 undeclared classes referenced in the code. >

Re: [Pharo-project] O2: tester wanted!

2010-01-21 Thread David Röthlisberger
> in my PharoCore-1.0-10505 image I had #testSmartGroupSwitch that failed and > #testExtensionNodes and #testStyling that errored. ah, then probably I fixed the other test methods by fixing the undeclared references. Thanks, David > On Jan 21, 2010, at 16:09 , David Röthlisberger wrote: > >>