[Seaside] Seaside 2.13 DOA

tblanchard@mac.com seaside@lists.squeakfoundation.org
Mon, 30 Dec 2002 17:24:04 +0100


The 2.13 version still has the bug mentioned below - so it hangs until=20=

you fix it.
I haven't a clue how Alain found this with no walkback visible...

On Wednesday, December 18, 2002, at 12:32  AM, Alain Fischer wrote:

> Avi,
>
> At first I was not able to run Seaside the browser was waiting for a=20=

> reply
> and Squeak seemed to be in a infinite loop.
> In fact it was a DNU on Dictiionary>>associations and since Seaside
> want to display itself the error...... ;-)
>
> Then I changed "associations do:" with "assotiationsDo:"
>
> WALRUCache>>at: key put: val
> 	super at: key put: val.
> 	ageTable at: val put: 0.
> 	ageTable associationsDo:
> 		[:assoc |
> 		assoc value > max ifTrue: [self remove: assoc key].
> 		ageTable at: assoc key put: assoc value + 1]
>
> And all seemed to work well.
>
>
> Le Mardi 17 d=E9cembre 2002, =E0 11:15 , Avi Bryant a =E9crit :
>
>>
>> On Tue, 17 Dec 2002, Alain Fischer wrote:
>>
>>> It seem that you have references to classes in your image that are=20=

>>> not
>>> in this package.
>>
>> References, yes, but none of them are required for Seaside itself=20
>> (well,
>> or shouldn't - do the examples work?)
>>
>>>   (PackageInfo is Undeclared) Attempt to create Seaside2Info as a
>>> subclass of nil.  Possibly a class is being loaded before its=20
>>> superclass.
>>
>> requires PackageInfo from SqueakMap, but only used when, eg, filing=20=

>> out with DVS
>>
>>>   (contents is Undeclared)
>>
>> hmm, should track this down.
>>
>>>  (SMCard is Undeclared)
>>
>> The SqueakMap Browser example requires SqueakMap.
>>
>>> (RBParser is  Undeclared)
>>
>> There's some code in WABrowser to reformat with the RBParser, but I=20=

>> don't
>> think it's enabled right now.
>>
>>> (PackageManager is Undeclared)
>>
>> DVS.
>>
>>
>> _______________________________________________
>> Seaside mailing list
>> Seaside@lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/listinfo/seaside
>>
>
> _______________________________________________
> Seaside mailing list
> Seaside@lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>