Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-08 Thread Pavel Krivanek
hmm, I suppose it is related to the latest Metacello update. -- Pavel 2017-11-07 23:45 GMT+01:00 Sven Van Caekenberghe : > > > > On 7 Nov 2017, at 22:59, Denis Kudriashov wrote: > > > > Hi Sven > > > > 2017-11-07 21:35 GMT+01:00 Sven Van Caekenberghe

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread stephan
On 07-11-17 22:34, Pavel Krivanek wrote: I successfully loaded Seaside into minimal Pharo 7 image: http://forum.world.st/Seaside-on-minimal-Pharo-7-0-td4979763.html Well, loading code that adds methods to the still existing traits works. But if those traits are no longer used, that might

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Sven Van Caekenberghe
> On 7 Nov 2017, at 22:59, Denis Kudriashov wrote: > > Hi Sven > > 2017-11-07 21:35 GMT+01:00 Sven Van Caekenberghe : > > Like I said in another email, for example STON adds methods to Class, > MetaClass and ClassDescription *Traits*. Now it has to add to

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Denis Kudriashov
Hi Sven 2017-11-07 21:35 GMT+01:00 Sven Van Caekenberghe : > > Like I said in another email, for example STON adds methods to Class, > MetaClass and ClassDescription *Traits*. Now it has to add to the classes > itself (right ?). So a single code base cannot deal with Pharo 7 and

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Pavel Krivanek
I successfully loaded Seaside into minimal Pharo 7 image: http://forum.world.st/Seaside-on-minimal-Pharo-7-0-td4979763.html -- Pavel 2017-11-07 21:11 GMT+01:00 Sven Van Caekenberghe : > Nobody (trying to use|using) Seaside on Pharo 7 ?? > > > On 6 Nov 2017, at 09:51, Sven Van

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Sven Van Caekenberghe
> On 7 Nov 2017, at 21:25, Esteban Lorenzano wrote: > > > >> On 7 Nov 2017, at 17:22, Sven Van Caekenberghe wrote: >> >> >> >>> On 7 Nov 2017, at 21:17, stephan wrote: >>> >>> On 07-11-17 21:11, Sven Van Caekenberghe wrote:

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread stephan
On 07-11-17 21:25, Esteban Lorenzano wrote: On 7 Nov 2017, at 17:22, Sven Van Caekenberghe wrote: Yes, that is a though one for external libraries. why? (not putting it in doubt, just wanting to know ;) ) Ah, well, it just means that we'll want to replace some code written for

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Esteban Lorenzano
> On 7 Nov 2017, at 17:22, Sven Van Caekenberghe wrote: > > > >> On 7 Nov 2017, at 21:17, stephan wrote: >> >> On 07-11-17 21:11, Sven Van Caekenberghe wrote: >>> Nobody (trying to use|using) Seaside on Pharo 7 ?? >> >> I already did one pull request. > >

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Sven Van Caekenberghe
> On 7 Nov 2017, at 21:17, stephan wrote: > > On 07-11-17 21:11, Sven Van Caekenberghe wrote: >> Nobody (trying to use|using) Seaside on Pharo 7 ?? > > I already did one pull request. OK, thanks, let's hope things keep moving forward. I am ready to test and help. > That is

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread stephan
On 07-11-17 21:11, Sven Van Caekenberghe wrote: Nobody (trying to use|using) Seaside on Pharo 7 ?? I already did one pull request. That is not enough because of the flattening of traits Stephan

Re: [Pharo-dev] How should I load Seaside/Bootstrap in Pharo 7 ?

2017-11-07 Thread Sven Van Caekenberghe
Nobody (trying to use|using) Seaside on Pharo 7 ?? > On 6 Nov 2017, at 09:51, Sven Van Caekenberghe wrote: > > Hi, > > [ > > Max replied on the Seaside ML where I originally posted: > >> We don't have a build for Pharo 7 yet. Loading from github would be the >> recommended