Login  Register

Seaside 3.1 and 3.2 in Pharo 5

Posted by Johan Brichau-2 on Mar 20, 2016; 6:22pm
URL: https://forum.world.st/Seaside-3-1-and-3-2-in-Pharo-5-tp4885580.html

Hi Pharoers,

If you are looking to use Seaside in Pharo 5, please go ahead and let us know if you run into any issues.
Seaside 3.1.5 and 3.2.0 (unreleased) load into Pharo 5 and all tests are green [1].

Also: I know the finalization of 3.2.0 is long overdue, so news about that is coming soon.

cheers,
Johan

[1] https://ci.inria.fr/pharo-contribution/job/Seaside/

“Load release 3.1"
Metacello new
    configuration: 'Seaside3';
    repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
    version: #'release3.1';
    load.

“Load pre-release 3.2"
Metacello new
    configuration: 'Seaside3';
    repository: 'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
    version: #’3.2.0';
    load