The Inbox: Morphic-hjh.438.mcz

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

The Inbox: Morphic-hjh.438.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-hjh.438.mcz

==================== Summary ====================

Name: Morphic-hjh.438
Author: hjh
Time: 25 May 2010, 1:07:35.185 pm
UUID: f6cdf86c-9eff-e442-8eb1-a722c1bda58d
Ancestors: Morphic-spd.437

To make the load sequence of latest Seaside 3.0alpha  work in http://ftp.squeak.org/trunk/Squeak4.2-10160-alpha.zip

=============== Diff against Morphic-spd.437 ===============

Item was changed:
(excessive method size, no diff calculated)


Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Morphic-hjh.438.mcz

Hannes Hirzel
I have changed the last line of

"Seaside 3.0 http://www.seaside.st"
(Installer ss project: 'MetacelloRepository') install:
'ConfigurationOfSeaside30'.
(Smalltalk at: #ConfigurationOfSeaside30) load.
(Smalltalk at: #WASqueakServerAdaptorBrowser) open.


to

(Smalltalk at: #WAServerAdaptorBrowser) open.

On Tue, 25 May 2010 13:11:43.163 0000, [hidden email]
<[hidden email]> wrote:

> A new version of Morphic was added to project The Inbox:
> http://source.squeak.org/inbox/Morphic-hjh.438.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-hjh.438
> Author: hjh
> Time: 25 May 2010, 1:07:35.185 pm
> UUID: f6cdf86c-9eff-e442-8eb1-a722c1bda58d
> Ancestors: Morphic-spd.437
>
> To make the load sequence of latest Seaside 3.0alpha  work in
> http://ftp.squeak.org/trunk/Squeak4.2-10160-alpha.zip
>
> =============== Diff against Morphic-spd.437 ===============
>
> Item was changed:
> (excessive method size, no diff calculated)
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: The Inbox: Morphic-hjh.438.mcz

Bert Freudenberg
On 25.05.2010, at 15:22, Hannes Hirzel wrote:

>
> I have changed the last line of
>
> "Seaside 3.0 http://www.seaside.st"
> (Installer ss project: 'MetacelloRepository') install:
> 'ConfigurationOfSeaside30'.
> (Smalltalk at: #ConfigurationOfSeaside30) load.
> (Smalltalk at: #WASqueakServerAdaptorBrowser) open.
>
>
> to
>
> (Smalltalk at: #WAServerAdaptorBrowser) open.

I upped the limit from 5 K to 10 K, and changed it so it should at least show which method was changed even when no diff is generated.

Still, is there a better way than having such big methods?

- Bert -



> On Tue, 25 May 2010 13:11:43.163 0000, [hidden email]
> <[hidden email]> wrote:
>> A new version of Morphic was added to project The Inbox:
>> http://source.squeak.org/inbox/Morphic-hjh.438.mcz
>>
>> ==================== Summary ====================
>>
>> Name: Morphic-hjh.438
>> Author: hjh
>> Time: 25 May 2010, 1:07:35.185 pm
>> UUID: f6cdf86c-9eff-e442-8eb1-a722c1bda58d
>> Ancestors: Morphic-spd.437
>>
>> To make the load sequence of latest Seaside 3.0alpha  work in
>> http://ftp.squeak.org/trunk/Squeak4.2-10160-alpha.zip
>>
>> =============== Diff against Morphic-spd.437 ===============
>>
>> Item was changed:
>> (excessive method size, no diff calculated)
>>
>>
>>
>