[Seaside] Squeak 4.3 and Seaside

Philippe Marschall philippe.marschall at gmail.com
Tue Aug 14 18:10:50 UTC 2012


On Mon, Aug 13, 2012 at 12:52 AM, Levente Uzonyi <leves at elte.hu> wrote:
> On Sun, 12 Aug 2012, Philippe Marschall wrote:
>
>> On Sun, Aug 12, 2012 at 5:35 PM,  <recursive68 at gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I've downloaded squeak 4.3 (usually use Pharo but getting fed up with
>>> some
>>> packages I need not working with the latest version of Pharo) and then
>>> tried
>>> to install Seaside using the ConfigurationOfSeaside via Monticello. It
>>> fails
>>> to work, it seems problem is with Zinc-HTTP,
>>
>>
>> You can give WebClient a try [1], it should work and AFAIK ships with
>> Squeak.
>
>
> It doesn't ship with Squeak, you have to install it yourself.
>
>
>>
>>> plus Seaside Control panel doesn't work either.
>>
>>
>> That's likely an OB issue.
>
>
> It is. Colin is working on a version of OB which works with Squeak
> flawlessly.
>
>
>>
>>> DoI have to install an older version, or something or
>>> is Seaside only now supported on Pharo ?
>>
>>
>> It depends on what you mean by supported. We don't test on Squeak but
>> fix bugs where reported and possible. "It should work", but we didn't
>> test.
>
>
> There's one known bug: WAUrlEncoder is trying to mimic a Stream, but it
> doesn't implement #basicNextPutAll:, only #basicNextPut:. This isn't an
> issue with Pharo, but Squeak's TextConverters use both (Pharo's only use
> the latter obviously). It can easily be fixed by adding the missing method.

Done [1]

 [1] http://code.google.com/p/seaside/issues/detail?id=736

Cheers
Philippe


More information about the seaside mailing list