[Seaside] [ANN] MaterialDesignLite for Seaside v1.3.0

Cyril Ferlicot cyril.ferlicot at gmail.com
Wed Oct 10 14:53:37 UTC 2018


On Wed, Oct 10, 2018 at 10:46 AM Pierce Ng <pierce at samadhiweb.com> wrote:
>
>
> Hi Cyril,
>
> In a Pharo 60541 image with Seaside already loaded, loading MDL resulted
> in dependency mismatch error. I resolved (ahem) it the expedient way, by
> commenting out the Seaside dependency in BaselineOfMaterialDesignLite.
> It is now running and looks very nice!
>
> Is there a way to specify the dependency more flexibly?
>
> Seaside was loaded thusly:
>
>     Metacello new
>         repository: 'github://SeasideSt/Seaside:master/repository';
>         baseline: 'Seaside3';
>         load.
>
> MDL:
>
>     Metacello new
>         githubUser: 'DuneSt' project: 'MaterialDesignLite' commitish: 'v1.3.0' path: 'src';
>         baseline: 'MaterialDesignLite';
>         onWarningLog;
>         load.
>

Hi Pierce,

I tried to execute this on my image:

 Metacello new
        repository: 'github://SeasideSt/Seaside:master/repository';
        baseline: 'Seaside3';
        load.

Metacello new
        githubUser: 'DuneSt' project: 'MaterialDesignLite' commitish:
'v1.3.0' path: 'src';
        baseline: 'MaterialDesignLite';
        onWarningLog;
        load.

It worked for me. I tried in the latest Pharo 7 and also in Pharo 6.1.

We should have a missmatch only if there is a version of Seaside from
StHub loaded in the image.

Can someone else try it?

> Pierce
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



-- 
Cyril Ferlicot
https://ferlicot.fr


More information about the seaside mailing list