Installing Seaside 3.0 via Metacello on Squeak 3.10?

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

Installing Seaside 3.0 via Metacello on Squeak 3.10?

Robert Schwarz-2
When I load ConfigurationOfSeaside30 from the Monticello repository (http://www.squeaksource.com/MetacelloRepository 
) then an error occurs (Error: A block compiles more than 1K bytes of  
code).

Is it possible to install Seaside 3.0 via Metacello on Squeak 3.10 ?

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

Re: Installing Seaside 3.0 via Metacello on Squeak 3.10?

Dale Henrichs
On 10/18/2010 05:46 AM, Robert Schwarz wrote:

> When I load ConfigurationOfSeaside30 from the Monticello repository (http://www.squeaksource.com/MetacelloRepository
> ) then an error occurs (Error: A block compiles more than 1K bytes of
> code).
>
> Is it possible to install Seaside 3.0 via Metacello on Squeak 3.10 ?
>
> Cheers
> Robert
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

There are some largish methods in ConfigurationOfSeaside30 I would guess
that that is the source of the problem ... I've hit a literal limit as
well ...

I'll be working on the Seaside30 configs in the next day or so, so if
you could tell me the name of the method where the block is too big, I
might be able to fix the problem ...

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

Re: Installing Seaside 3.0 via Metacello on Squeak 3.10?

Mariano Martinez Peck
Dale, if the code is in Metacello itself (not Configurations or autogenerated code), you may want to run "Code critics" in Pharo, since it detects this kind of things.

Cheers

Mariano

On Mon, Oct 18, 2010 at 6:50 PM, Dale Henrichs <[hidden email]> wrote:
On 10/18/2010 05:46 AM, Robert Schwarz wrote:
When I load ConfigurationOfSeaside30 from the Monticello repository (http://www.squeaksource.com/MetacelloRepository
) then an error occurs (Error: A block compiles more than 1K bytes of
code).

Is it possible to install Seaside 3.0 via Metacello on Squeak 3.10 ?

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

There are some largish methods in ConfigurationOfSeaside30 I would guess that that is the source of the problem ... I've hit a literal limit as well ...

I'll be working on the Seaside30 configs in the next day or so, so if you could tell me the name of the method where the block is too big, I might be able to fix the problem ...

Dale

_______________________________________________
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