[Seaside-dev] Contributing bug fixes in Seaside

Jimmie Houchin j.squeak at cyberhaus.us
Sat Dec 8 19:45:54 UTC 2007


Philippe Marschall wrote:
> 2007/12/8, Jimmie Houchin <j.squeak at cyberhaus.us>:
[snip]

>> Since Time provides seconds as a Fraction. It seemed to me that it is
>> most reasonable to leave this as a rendering method and not changed the
>> manner in which seconds may be passed as an argument.
> 
> What kind of Smalltalk do you have? I just checked Squeak 3.8 and 3.9 and
> Time now seconds
> returns a SmallInteger in both cases for me.

The Squeak-dev 3.10 image when I do a PrintIt gives.

Time now seconds   (26797/500)

Which is also like the value in the stack trace provided.

But your right, the squeak-dev 3.9 image provides an SmallInteger

Interesting.

Jimmie


>> Seaside Walkback
>> MessageNotUnderstood: Fraction>>asTwoCharacterString
>>
>> Debug Proceed Full Stack
>> Possible Causes
>>
>>     * you sent a message this type of object doesn't understand
>>
>> Stack Trace
>>
>>    1. thisContext
>>           Fraction(Object)>>doesNotUnderstand: #asTwoCharacterString
>>       self
>>           (51247/1000)
>>       aMessage
>>           asTwoCharacterString
>>
>>    2. thisContext
>>           WATimeInput>>renderSeconds
>>       self
>>           a WATimeInput
>>       brush
>>           nil
>>
>>    3. thisContext
>>           WATimeInput>>with:
>>       self
>>           a WATimeInput
>>       aBlock
>>           nil
>>
>>    4. thisContext
>>           WATimeInput(WACompound)>>close
>>       self
>>           a WATimeInput
>>
>>    5. thisContext
>>           WARenderCanvas(WACanvas)>>flush
>>       self
>>           a WARenderCanvas


More information about the seaside-dev mailing list