Date readFromString: Date today storeString....is it a bug?

Gary Chambers gazzaguru at btinternet.com
Tue May 30 08:35:42 UTC 2006


Looking at it, the readFromString: expects a String and not a date, so

Date readFromString: Date today asString

works.

As does

Compiler evaluate: Date today storeString



> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org
> [mailto:squeak-dev-bounces at lists.squeakfoundation.org]On Behalf Of
> stephane ducasse
> Sent: 29 May 2006 10:31 AM
> To: The general-purpose Squeak developers list
> Subject: Date readFromString: Date today storeString....is it a bug?
> 
> 
> Date readFromString: Date today storeString
> 
> raises an exception...
> 
> 
> testReadFrom works so it is the idiom readFrom:/storeOn: that does  
> not work anymore?
> 
> Stef
> 



More information about the Squeak-dev mailing list