Today's ConfigurationOfOmniBrowser relies on lukas repo and PharoTaskForces (in SS).
When there is an 1.2 specific fix, I'm commiting it to PharoTaskForces. When there is a fix on Lukas repo, I merge it and commit it to PharoTaskForces. BTW, If we push everything in PharoOB, we'll have everything there (OB code and metacello configurations). PharoOB has global read and write access (I recreated it a few hours ago since it got lost :P ), so everyone may contribute :). Guille On Thu, Feb 3, 2011 at 8:57 PM, Hernán Morales Durand <[hidden email]> wrote: Guillermo please tell us which code base you are using otherwise OB |
Go for PharoOB and we will delete files from PharoTaskForces
Stef On Feb 4, 2011, at 1:15 AM, Guillermo Polito wrote: > Today's ConfigurationOfOmniBrowser relies on lukas repo and PharoTaskForces (in SS). > > When there is an 1.2 specific fix, I'm commiting it to PharoTaskForces. > When there is a fix on Lukas repo, I merge it and commit it to PharoTaskForces. > > BTW, If we push everything in PharoOB, we'll have everything there (OB code and metacello configurations). PharoOB has global read and write access (I recreated it a few hours ago since it got lost :P ), so everyone may contribute :). > > > Guille > > On Thu, Feb 3, 2011 at 8:57 PM, Hernán Morales Durand <[hidden email]> wrote: > Guillermo please tell us which code base you are using otherwise OB > will continue to be one-man show. > > 2011/2/3 Guillermo Polito <[hidden email]>: > > > > I'm integrating already the fixes into PharoTaskForces. If I have some tome > > tomorrow I'll push OB from Lukas repo to PharoOB and merge. > > > > Guille :) > > > >> > >> Stef > >> > > |
Ok, now
Gofer it squeaksource: 'PharoOB'; package: 'ConfigurationOfOmniBrowser'; load (ConfigurationOfOmniBrowser project version: '1.2.4') load Downloads OB from PharoOB ;). Have a nice weekend! Guille On Fri, Feb 4, 2011 at 3:55 AM, Stéphane Ducasse <[hidden email]> wrote: Go for PharoOB and we will delete files from PharoTaskForces |
Hi Guillermo,
how can I load it including the tests? 2011/2/5 Guillermo Polito <[hidden email]>: > Ok, now > > Gofer it > squeaksource: 'PharoOB'; > package: 'ConfigurationOfOmniBrowser'; > load > > (ConfigurationOfOmniBrowser project version: '1.2.4') load > > > Downloads OB from PharoOB ;). > > Have a nice weekend! > Guille > > On Fri, Feb 4, 2011 at 3:55 AM, Stéphane Ducasse <[hidden email]> > wrote: >> >> Go for PharoOB and we will delete files from PharoTaskForces >> >> Stef >> >> On Feb 4, 2011, at 1:15 AM, Guillermo Polito wrote: >> >> > Today's ConfigurationOfOmniBrowser relies on lukas repo and >> > PharoTaskForces (in SS). >> > >> > When there is an 1.2 specific fix, I'm commiting it to PharoTaskForces. >> > When there is a fix on Lukas repo, I merge it and commit it to >> > PharoTaskForces. >> > >> > BTW, If we push everything in PharoOB, we'll have everything there (OB >> > code and metacello configurations). PharoOB has global read and write >> > access (I recreated it a few hours ago since it got lost :P ), so everyone >> > may contribute :). >> > >> > >> > Guille >> > >> > On Thu, Feb 3, 2011 at 8:57 PM, Hernán Morales Durand >> > <[hidden email]> wrote: >> > Guillermo please tell us which code base you are using otherwise OB >> > will continue to be one-man show. >> > >> > 2011/2/3 Guillermo Polito <[hidden email]>: >> > > >> > > I'm integrating already the fixes into PharoTaskForces. If I have >> > > some tome >> > > tomorrow I'll push OB from Lukas repo to PharoOB and merge. >> > > >> > > Guille :) >> > > >> > >> >> > >> Stef |
Since the groups in the config are:
group: 'default' with: #('Core' ); group: 'Core' with: #( 'OmniBrowser' 'OB-Morphic' 'OB-Standard' ); group: 'Core RB' with: #( 'Core' 'OB-Refactory' ); group: 'Core Tests' with: #( 'OB-Tests-Core' 'OB-Tests-Morphic' 'OB-Tests-Standard' ); group: 'Dev' with: #( 'Core' 'OB-SUnitIntegration' 'OB-Shout' 'OB-Refactory' 'OB-Regex' 'OCForOB'); group: 'Dev Tests' with: #( 'Core Tests' 'Refactoring Tests' 'OCompletion Tests' ); I guess you can do: (ConfigurationOfOmnibrowser project version: '1.2.4') load: #( 'Dev' 'Dev Tests' ) Guille On Sun, Feb 6, 2011 at 11:10 AM, Hernán Morales Durand <[hidden email]> wrote: Hi Guillermo, |
Free forum by Nabble | Edit this page |