Seaside and Exupery patch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside and Exupery patch

Bryce Kampjes

I've placed Seaside2.8a1-wbk.523 on to the Seaside SqueakSource
repository. This is a patch that moves the serialisation of
contexts from Continuation into ContextPart. This is to allow
Seaside to work with Exupery.

Is it possible to get this merged into the development branch of
Seaside?

Yes, the latest development versions of Exupery will run Seaside, no,
it's not yet practical. Expect bugs and don't expect a performance
improvement yet.

Bryce
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and Exupery patch

Lukas Renggli
> Is it possible to get this merged into the development branch of
> Seaside?

Great news. We definitely want that to be merged in Seaside.

The question now is how do we package these changes to keep them
portable across dialects? I assume VW is using the Continuation
implementation of Squeak and all other Smalltalks have their own?
Correct?

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and Exupery patch

Bryce Kampjes
Lukas Renggli writes:
 > > Is it possible to get this merged into the development branch of
 > > Seaside?
 >
 > Great news. We definitely want that to be merged in Seaside.
 >
 > The question now is how do we package these changes to keep them
 > portable across dialects? I assume VW is using the Continuation
 > implementation of Squeak and all other Smalltalks have their own?
 > Correct?

VisualWorks implements Continuations in the same way as Squeak.  The
only difference is they use Context instead of ContextPart.

Bryce
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside and Exupery patch

Philippe Marschall
2007/12/4, [hidden email] <[hidden email]>:

> Lukas Renggli writes:
>  > > Is it possible to get this merged into the development branch of
>  > > Seaside?
>  >
>  > Great news. We definitely want that to be merged in Seaside.
>  >
>  > The question now is how do we package these changes to keep them
>  > portable across dialects? I assume VW is using the Continuation
>  > implementation of Squeak and all other Smalltalks have their own?
>  > Correct?
>
> VisualWorks implements Continuations in the same way as Squeak.  The
> only difference is they use Context instead of ContextPart.

Merged, issues addressed.

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside