supported squeak/pharo/gemstone versions?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

supported squeak/pharo/gemstone versions?

Paul DeBruicker
Hi -

Because of changes (I think just to Grease, but am not sure) I can't load Seaside 3.0.8 from either the ConfigurationOfSeaside30 or ConfigurationOfSeaside3 into Pharo 1.3 or Pharo 1.4.  As a result I am going to get travis CI building Grease and then Seaside again and try to figure it out.

Once I get it set up for one version its not much more effort to get it to run for multiple versions.  I think I can use a local copy of Jenkins to pull in new versions of the Configurations from http://squeaksource.com/MetacelloRepository and http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main

What versions of Squeak, Pharo, and GemStone should I test?

Similarly what versions of Seaside and Grease are still relevant?  


Thanks

Paul_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: supported squeak/pharo/gemstone versions?

Johan Brichau-2
Hi Paul,

I am building Seaside on 1.4 every night but have no troubles.
What is the error?

Johan

> On 24 Oct 2013, at 07:00, Paul DeBruicker <[hidden email]> wrote:
>
> Hi -
>
> Because of changes (I think just to Grease, but am not sure) I can't load Seaside 3.0.8 from either the ConfigurationOfSeaside30 or ConfigurationOfSeaside3 into Pharo 1.3 or Pharo 1.4.  As a result I am going to get travis CI building Grease and then Seaside again and try to figure it out.
>
> Once I get it set up for one version its not much more effort to get it to run for multiple versions.  I think I can use a local copy of Jenkins to pull in new versions of the Configurations from http://squeaksource.com/MetacelloRepository and http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
>
> What versions of Squeak, Pharo, and GemStone should I test?
>
> Similarly what versions of Seaside and Grease are still relevant?  
>
>
> Thanks
>
> Paul_______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: supported squeak/pharo/gemstone versions?

Johan Brichau-2
There is also the jenkins build on Pharo CI that currently only yields problems for 3.0

> On 24 Oct 2013, at 07:10, Johan Brichau <[hidden email]> wrote:
>
> Hi Paul,
>
> I am building Seaside on 1.4 every night but have no troubles.
> What is the error?
>
> Johan
>
>> On 24 Oct 2013, at 07:00, Paul DeBruicker <[hidden email]> wrote:
>>
>> Hi -
>>
>> Because of changes (I think just to Grease, but am not sure) I can't load Seaside 3.0.8 from either the ConfigurationOfSeaside30 or ConfigurationOfSeaside3 into Pharo 1.3 or Pharo 1.4.  As a result I am going to get travis CI building Grease and then Seaside again and try to figure it out.
>>
>> Once I get it set up for one version its not much more effort to get it to run for multiple versions.  I think I can use a local copy of Jenkins to pull in new versions of the Configurations from http://squeaksource.com/MetacelloRepository and http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
>>
>> What versions of Squeak, Pharo, and GemStone should I test?
>>
>> Similarly what versions of Seaside and Grease are still relevant?  
>>
>>
>> Thanks
>>
>> Paul_______________________________________________
>> seaside-dev mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: supported squeak/pharo/gemstone versions?

Paul DeBruicker
In reply to this post by Johan Brichau-2
The Pharo specific portions of Grease aren't being loaded, so the load fails when #greaseInteger is sent to a Character. If its only in my machine that's fine and an even so it is likely an easy fix.

But I do want to set this up. Both so we have some sight into what's working and not and also to define what we're currently supporting.

The Inria CI right now it has has Pharo 2&3. I haven't checked into running older Pharo versions or squeak/gemstone on their infrastructure. But I will today.


On Oct 23, 2013, at 10:10 PM, Johan Brichau <[hidden email]> wrote:

> Hi Paul,
>
> I am building Seaside on 1.4 every night but have no troubles.
> What is the error?
>
> Johan
>
>> On 24 Oct 2013, at 07:00, Paul DeBruicker <[hidden email]> wrote:
>>
>> Hi -
>>
>> Because of changes (I think just to Grease, but am not sure) I can't load Seaside 3.0.8 from either the ConfigurationOfSeaside30 or ConfigurationOfSeaside3 into Pharo 1.3 or Pharo 1.4.  As a result I am going to get travis CI building Grease and then Seaside again and try to figure it out.
>>
>> Once I get it set up for one version its not much more effort to get it to run for multiple versions.  I think I can use a local copy of Jenkins to pull in new versions of the Configurations from http://squeaksource.com/MetacelloRepository and http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
>>
>> What versions of Squeak, Pharo, and GemStone should I test?
>>
>> Similarly what versions of Seaside and Grease are still relevant?  
>>
>>
>> Thanks
>>
>> Paul_______________________________________________
>> seaside-dev mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: supported squeak/pharo/gemstone versions?

Johan Brichau-2
My understanding is that they only support from 2 upwards.
The scripts for the server are using infrastructure which is only available starting in that version.

But yes, I would be very good to have a Travis CI for that.
Which reminds me: the Gemstone port for Gemstone is on github and the Travis CI was failing on it.

Johan

On 24 Oct 2013, at 15:54, Paul DeBruicker <[hidden email]> wrote:

> The Pharo specific portions of Grease aren't being loaded, so the load fails when #greaseInteger is sent to a Character. If its only in my machine that's fine and an even so it is likely an easy fix.
>
> But I do want to set this up. Both so we have some sight into what's working and not and also to define what we're currently supporting.
>
> The Inria CI right now it has has Pharo 2&3. I haven't checked into running older Pharo versions or squeak/gemstone on their infrastructure. But I will today.
>
>
> On Oct 23, 2013, at 10:10 PM, Johan Brichau <[hidden email]> wrote:
>
>> Hi Paul,
>>
>> I am building Seaside on 1.4 every night but have no troubles.
>> What is the error?
>>
>> Johan
>>
>>> On 24 Oct 2013, at 07:00, Paul DeBruicker <[hidden email]> wrote:
>>>
>>> Hi -
>>>
>>> Because of changes (I think just to Grease, but am not sure) I can't load Seaside 3.0.8 from either the ConfigurationOfSeaside30 or ConfigurationOfSeaside3 into Pharo 1.3 or Pharo 1.4.  As a result I am going to get travis CI building Grease and then Seaside again and try to figure it out.
>>>
>>> Once I get it set up for one version its not much more effort to get it to run for multiple versions.  I think I can use a local copy of Jenkins to pull in new versions of the Configurations from http://squeaksource.com/MetacelloRepository and http://smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main
>>>
>>> What versions of Squeak, Pharo, and GemStone should I test?
>>>
>>> Similarly what versions of Seaside and Grease are still relevant?  
>>>
>>>
>>> Thanks
>>>
>>> Paul_______________________________________________
>>> seaside-dev mailing list
>>> [hidden email]
>>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
>> _______________________________________________
>> seaside-dev mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev