Squeak 4.3 and Seaside

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

Squeak 4.3 and Seaside

recursive
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, plus Seaside Control panel doesn't work either. DoI have to install an older version, or something or is Seaside only now supported on Pharo ? 

Thanks

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

Re: Squeak 4.3 and Seaside

Philippe Marschall
On Sun, Aug 12, 2012 at 5:35 PM,  <[hidden email]> 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.

> plus Seaside Control panel doesn't work either.

That's likely an OB issue.

> 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.

 [1] http://www.squeaksource.com/WebClient.html

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

Re: Squeak 4.3 and Seaside

Levente Uzonyi-2
On Sun, 12 Aug 2012, Philippe Marschall wrote:

> On Sun, Aug 12, 2012 at 5:35 PM,  <[hidden email]> 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.


Levente

>
> [1] http://www.squeaksource.com/WebClient.html
>
> Cheers
> Philippe
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.3 and Seaside

stephane ducasse
In reply to this post by recursive

On Aug 12, 2012, at 5:35 PM, [hidden email] 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)

I see that you nicely informed us about that. :(
Thanks for all the good energy that we spend building a better system.
If you do not have the will to even send a mail to the pharo mailing-list then I'm sad for you when I see all the work we do.

Stef

> and then tried to install Seaside using the ConfigurationOfSeaside via Monticello. It fails to work, it seems problem is with Zinc-HTTP, plus Seaside Control panel doesn't work either. DoI have to install an older version, or something or is Seaside only now supported on Pharo ?
>
> Thanks
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

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

Re: Squeak 4.3 and Seaside

Philippe Marschall
In reply to this post by Levente Uzonyi-2
On Mon, Aug 13, 2012 at 12:52 AM, Levente Uzonyi <[hidden email]> wrote:

> On Sun, 12 Aug 2012, Philippe Marschall wrote:
>
>> On Sun, Aug 12, 2012 at 5:35 PM,  <[hidden email]> 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
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Squeak 4.3 and Seaside

Levente Uzonyi-2
On Tue, 14 Aug 2012, Philippe Marschall wrote:

> On Mon, Aug 13, 2012 at 12:52 AM, Levente Uzonyi <[hidden email]> wrote:
>> On Sun, 12 Aug 2012, Philippe Marschall wrote:
>>
>>> On Sun, Aug 12, 2012 at 5:35 PM,  <[hidden email]> 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]

Great, thanks.


Levente

>
> [1] http://code.google.com/p/seaside/issues/detail?id=736
>
> Cheers
> Philippe
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside