[Pharo-project] First steps making OB work in 1.4
Hi! I've been working the last days in making OB work in pharo 1.4. I updated several deprecations like method reference and stuff and discovered some bugs that I've already published in: http://code.google.com/p/pharo/issues/detail?id=5189&q=milestone%3D1.4&colsp... http://code.google.com/p/pharo/issues/detail?id=5183&q=milestone%3D1.4&colsp... I've already proposed some fixes for them, but if anyone can have a look too I'll feel better :). Those fixes are needed in order to load OB. Meanwhile, you can also have some patches from the cs and fileout I attach. What's working now? OB + OCompletion + Shout + Sunit integration. So, It's everything but Refactoring browser, which is a little more difficult since there is another RB version loaded in the image :P. To load it (after integrating the patches): Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load. (ConfigurationOfOmniBrowser project version: #stable) load: #( 'Core Tests' 'OCompletion Tests' ) , #( 'Core' 'OB-SUnitIntegration' 'OB-Shout' 'OCForOB'). Cheers, Guille
great guille! El 17/01/2012, a las 1:19p.m., Guillermo Polito escribió:
Hi!
I've been working the last days in making OB work in pharo 1.4. I updated several deprecations like method reference and stuff and discovered some bugs that I've already published in:
http://code.google.com/p/pharo/issues/detail?id=5189&q=milestone%3D1.4&colsp... http://code.google.com/p/pharo/issues/detail?id=5183&q=milestone%3D1.4&colsp...
I've already proposed some fixes for them, but if anyone can have a look too I'll feel better :). Those fixes are needed in order to load OB. Meanwhile, you can also have some patches from the cs and fileout I attach.
What's working now? OB + OCompletion + Shout + Sunit integration.
So, It's everything but Refactoring browser, which is a little more difficult since there is another RB version loaded in the image :P.
To load it (after integrating the patches):
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load.
(ConfigurationOfOmniBrowser project version: #stable) load: #( 'Core Tests' 'OCompletion Tests' ) , #( 'Core' 'OB-SUnitIntegration' 'OB-Shout' 'OCForOB').
Cheers, Guille <pluggable list morph fix.1.cs><Slider-setValue.st>
Please note that this configuration loads completely outdated code from last summer. Lukas On 17 January 2012 17:26, Esteban Lorenzano <estebanlm@gmail.com> wrote:
great guille!
El 17/01/2012, a las 1:19p.m., Guillermo Polito escribió:
Hi!
I've been working the last days in making OB work in pharo 1.4. I updated several deprecations like method reference and stuff and discovered some bugs that I've already published in:
http://code.google.com/p/pharo/issues/detail?id=5189&q=milestone%3D1.4&colsp... http://code.google.com/p/pharo/issues/detail?id=5183&q=milestone%3D1.4&colsp...
I've already proposed some fixes for them, but if anyone can have a look too I'll feel better :). Those fixes are needed in order to load OB. Meanwhile, you can also have some patches from the cs and fileout I attach.
What's working now? OB + OCompletion + Shout + Sunit integration.
So, It's everything but Refactoring browser, which is a little more difficult since there is another RB version loaded in the image :P.
To load it (after integrating the patches):
Gofer it    squeaksource: 'MetacelloRepository';    package: 'ConfigurationOfOmniBrowser';    load.
(ConfigurationOfOmniBrowser project version: #stable) load: #( 'Core Tests' 'OCompletion Tests' ) , #( 'Core' 'OB-SUnitIntegration' 'OB-Shout' 'OCForOB').
Cheers, Guille <pluggable list morph fix.1.cs><Slider-setValue.st>
-- Lukas Renggli www.lukas-renggli.ch
On Tue, Jan 17, 2012 at 2:31 PM, Lukas Renggli <renggli@gmail.com> wrote:
Please note that this configuration loads completely outdated code
from last summer.
Haha, well... So far, that configuration is stable, so I'll freeze that (maybe old but working) version and begin merging the stuff in your repo :). Thanks!!
On Tue, Jan 17, 2012 at 6:46 PM, Guillermo Polito <guillermopolito@gmail.com
wrote:
On Tue, Jan 17, 2012 at 2:31 PM, Lukas Renggli <renggli@gmail.com> wrote:
Please note that this configuration loads completely outdated code
from last summer.
Haha, well... So far, that configuration is stable, so I'll freeze that (maybe old but working) version and begin merging the stuff in your repo :).
+1 Thank you so much for your pushing Guille :) -- Mariano http://marianopeck.wordpress.com
On Jan 17, 2012, at 5:19 PM, Guillermo Polito wrote:
Hi!
I've been working the last days in making OB work in pharo 1.4. I updated several deprecations like method reference and stuff and discovered some bugs that I've already published in:
http://code.google.com/p/pharo/issues/detail?id=5189&q=milestone%3D1.4&colsp... http://code.google.com/p/pharo/issues/detail?id=5183&q=milestone%3D1.4&colsp...
I've already proposed some fixes for them, but if anyone can have a look too I'll feel better :). Those fixes are needed in order to load OB. Meanwhile, you can also have some patches from the cs and fileout I attach.
What's working now? OB + OCompletion + Shout + Sunit integration.
So, It's everything but Refactoring browser, which is a little more difficult since there is another RB version loaded in the image :P.
I will unload it as I mentioned in the other emails.
To load it (after integrating the patches):
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfOmniBrowser'; load.
(ConfigurationOfOmniBrowser project version: #stable) load: #( 'Core Tests' 'OCompletion Tests' ) , #( 'Core' 'OB-SUnitIntegration' 'OB-Shout' 'OCForOB').
Cheers, Guille <pluggable list morph fix.1.cs><Slider-setValue.st>
participants (5)
-
Esteban Lorenzano -
Guillermo Polito -
Lukas Renggli -
Mariano Martinez Peck -
Stéphane Ducasse