Re: Re: Re: Seaside 3.2.0 final
"David T. Lewis" <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.squeak.seaside |
|---|---|
| Message-ID | <[email protected]> |
On Mon, May 09, 2016 at 05:44:53PM -0400, gettimothy wrote: > Thanks. > > Metacello 'scares' me in that it seems to morph squeak into pharo at times if I am not careful. > > I will give it a go. Don't be afraid of using Metacello here, it is very appropriate. For smaller packages in Squeak, Metacello might seem like overkill, but can be very helpful in a case like this. Seaside runs on a range of images, and it may have complex dependencies to cover all those platforms. Metacello allows a suitable configuration to be declared and easily loaded into your image (Squeak or whatever). That is a good thing. It is also very important because it helps the Seaside developers support a wide range of target platforms. They cannot do everything for everybody, so having Metacello configurations for Squeak and other target images provides a way for people working in Squeak to help the Seaside developers to help us :-) Dave > > ---- On Mon, 09 May 2016 14:32:23 -0400 Johan Brichau <[email protected]> wrote ---- > > Make sure you have installed Metacello (https://github.com/dalehenrich/metacello-work).From there on, follow the installation instructions for Seaside in Pharo. > > > cheers > Johan > > On 09 May 2016, at 19:44, gettimothy <[email protected]> wrote: > > First thanks for the work. > > Second, is there a procedure to port from pharo/Git to squeak/monticello. I would like to get the latest running on 64x64 squeak.cog.spur > > thx > > ---- On Mon, 09 May 2016 08:35:21 -0400 Mariano Martinez Peck<[email protected]> wrote ---- > > Hi Johan and the rest of the team, > > Thank you very much for taking care of such an important project. > > > Best, > > > On Sat, May 7, 2016 at 10:41 AM, Paul DeBruicker <[email protected]> wrote: > Thanks Johan et al > > > Johan Brichau-2 wrote > > Hi everyone, > > > > Seaside 3.2.0 is now final: > > https://github.com/SeasideSt/Seaside/wiki/Seaside320Changelog > > &lt;https://github.com/SeasideSt/Seaside/wiki/Seaside320Changelog&gt; > > > > Check out the Github pages for more information: > > - https://github.com/SeasideSt/Seaside > > &lt;https://github.com/SeasideSt/Seaside&gt; > > - https://github.com/SeasideSt/Seaside/wiki > > &lt;https://github.com/SeasideSt/Seaside/wiki&gt; > > > > If you experience issues, do not hesitate to report an issue via Github. > > > > Special thanks goes to all those who have helped, tested or contributed in > > some other way! > > _______________________________________________ > > seaside mailing list > > > [email protected] > > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > > > > -- > View this message in context: http://forum.world.st/Seaside-3-2-0-final-tp4893671p4893852.html > Sent from the Seaside General mailing list archive at Nabble.com. > _______________________________________________ > seaside mailing list > [email protected] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >