[Seaside] Problem installing seaside

Avi Bryant avi.bryant at gmail.com
Fri Dec 3 20:35:47 CET 2004


On Fri, 3 Dec 2004 20:25:52 +0100, Avi Bryant <avi.bryant at gmail.com> wrote:

> Oops, no, that's not quite it either... still investigating.

Ok, this works better (though again, this is a hack without actually
understanding what's wrong with SocketStream, so almost certainly
breaks something else):

At the bottom of SocketStream>>upToAll: instead of
  currentContents copyFrom: 1 to: (0 max: index -1)
put
   currentContents copyFrom: 1 to: (0 max: index)

I can't look into it any further right now, but maybe that will hold
things together for your demo... ?


More information about the Seaside mailing list