Re: [Pharo-project] [ANN] 1.2 Dev Packages are loading :)
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today. Marcus -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/ It is failing right now. https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console -- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
On 08/12/10 6:48 AM, Marcus Denker wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
This build would flag changes to PharoCore-1.2 that break Pharo(Dev) 1.2-beta2. But those core changes may be legitimate, and the fix needs to be done in Pharo(Dev). Maybe there should be a second build for Pharo(Dev) 1.2-baseline. The trigger ought to be any change to a package included in the baseline, but that seems difficult to determine. So, maybe once a day, as well as triggering on a change to ConfigurationOfPharo itself. BTW, It's great that we have automated builds.
On 12/08/2010 09:09 AM, Yanni Chiu wrote:
On 08/12/10 6:48 AM, Marcus Denker wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
This build would flag changes to PharoCore-1.2 that break Pharo(Dev) 1.2-beta2. But those core changes may be legitimate, and the fix needs to be done in Pharo(Dev).
Maybe there should be a second build for Pharo(Dev) 1.2-baseline. The trigger ought to be any change to a package included in the baseline, but that seems difficult to determine. So, maybe once a day, as well as triggering on a change to ConfigurationOfPharo itself.
BTW, It's great that we have automated builds.
With the next release of Metacello there will be support for programmatically updating a config, so if the baseline build runs clean for pharo dev, the development version could be updated automagically ... folks would always be able to load the dev version and know that at least the tests ran clean and that you are within a safe distance of the absolute bleeding edge... Dale
Yes Thanks Yanni for your code. We have a lot of ideas on what to do with automated build servers :) This is just the start. I was dreaming on that while listening pelrine talk at ESUG 2002 on Cruse control... May be we should have built something by then .... Stef
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
This build would flag changes to PharoCore-1.2 that break Pharo(Dev) 1.2-beta2. But those core changes may be legitimate, and the fix needs to be done in Pharo(Dev).
Maybe there should be a second build for Pharo(Dev) 1.2-baseline. The trigger ought to be any change to a package included in the baseline, but that seems difficult to determine. So, maybe once a day, as well as triggering on a change to ConfigurationOfPharo itself.
BTW, It's great that we have automated builds.
Lukas and Philippe brought it to its current state. I just did the first version. On 08/12/10 12:21 PM, Stéphane Ducasse wrote:
Yes Thanks Yanni for your code. We have a lot of ideas on what to do with automated build servers :) This is just the start. I was dreaming on that while listening pelrine talk at ESUG 2002 on Cruse control... May be we should have built something by then ....
Stef
I know. Still showing the way is often important. On Dec 8, 2010, at 7:24 PM, Yanni Chiu wrote:
Lukas and Philippe brought it to its current state. I just did the first version.
On 08/12/10 12:21 PM, Stéphane Ducasse wrote:
Yes Thanks Yanni for your code. We have a lot of ideas on what to do with automated build servers :) This is just the start. I was dreaming on that while listening pelrine talk at ESUG 2002 on Cruse control... May be we should have built something by then ....
Stef
Sorry, It'll fail until *Issue 3385 in pharo: TextEditor doest not understand #model* gets fixed. :S Cheers, Guille On Wed, Dec 8, 2010 at 8:48 AM, Marcus Denker <marcus.denker@inria.fr>wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
ok you mean integrated. Please change the status to fixed else we do not see it when scanning what should be merged. Stef On Dec 9, 2010, at 2:58 AM, Guillermo Polito wrote:
Sorry, It'll fail until Issue 3385 in pharo: TextEditor doest not understand #model gets fixed. :S
Cheers, Guille
On Wed, Dec 8, 2010 at 8:48 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
I do not understand why model: aModel ^model such kind of methods are the solution. To me it looks like a hack or a design problem On Dec 9, 2010, at 2:58 AM, Guillermo Polito wrote:
Sorry, It'll fail until Issue 3385 in pharo: TextEditor doest not understand #model gets fixed. :S
Cheers, Guille
On Wed, Dec 8, 2010 at 8:48 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
Hehehe, I sure recognize that "pattern", since I've done it myself on occasion: copy/paste error when writing accessors. You write the getter first, save it, then edit it to create the setter... -- Cheers, Peter. On 9 dec 2010, at 07:35, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
I do not understand
why
model: aModel ^model
such kind of methods are the solution.
To me it looks like a hack or a design problem
On Dec 9, 2010, at 2:58 AM, Guillermo Polito wrote:
Sorry, It'll fail until Issue 3385 in pharo: TextEditor doest not understand #model gets fixed. :S
Cheers, Guille
On Wed, Dec 8, 2010 at 8:48 AM, Marcus Denker <marcus.denker@inria.fr> wrote:
On Dec 8, 2010, at 10:25 AM, Marcus Denker wrote:
On Dec 7, 2010, at 8:42 PM, Guillermo Polito wrote:
Ok, I've done some fixes to OB and OC, and committed them to PharoTaskForces as a temporary solution.
To load current configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
(ConfigurationOfPharo project version: '1.2-beta2') load.
Can Hudson help us in building Dev images?
Yes, will set up a build for 1.2 today.
I have set one up that takes 1.2 core, runs updates and then tries to build dev
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/
It is failing right now.
https://pharo-ic.lille.inria.fr/hudson/job/Pharo%201.2/2/console
-- Marcus Denker -- http://www.marcusdenker.de INRIA Lille -- Nord Europe. Team RMoD.
participants (6)
-
Dale Henrichs -
Guillermo Polito -
Marcus Denker -
Peter Hugosson-Miller -
Stéphane Ducasse -
Yanni Chiu