Re: [ANN] MaterialDesignLite for Seaside v1.3.0

Pierce Ng <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user
Message-ID <[email protected]>
On Sun, Oct 07, 2018 at 11:53:58PM +0200, Cyril Ferlicot D. wrote:
> Today I released the version v1.3.0 of MaterialDesignLite for Seaside.
> (https://github.com/DuneSt/MaterialDesignLite)

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.

Pierce

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.