Re: [ANN] MaterialDesignLite for Seaside v1.3.0
Cyril Ferlicot <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user |
|---|---|
| Message-ID | <CAMyorgDNYdeZmRRwdrkLybz-TRHEuc-83JqaM3sVgpH9tMToZQ@mail.gmail.com> |
On Wed, Oct 10, 2018 at 10:46 AM Pierce Ng <[email protected]> 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 > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside -- Cyril Ferlicot https://ferlicot.fr _______________________________________________ seaside mailing list [email protected] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside