As I suspected, there is the potential for breaking existing code as Pharo3.0 only produced an error for `~~~`:
{Pharo 3.0: an Array(8:00 am 5:00 am ERROR 4:00 pm 8:00 pm)
I made proposed changes to GemStone (Time class>>readFrom:)
where the code produces errors for the first three cases:
GemStone 3.4.3 (with my proposed patch): anArray( ERROR, ERROR, ERROR 16:00:00, 20:00:00)
Hi, There are more "strange" results in Time>>fromString: method. On GS 3.4.1 this method belong to Monticello package. Time fromString: '01256asd'. "08:00:00" Time fromString: '0125asd'. "05:00:00" Time fromString: '~~~'. "00:00:00" Time fromString: '112'. "16:00:00" Time fromString: '1100'. "20:00:00" regards, bruno -- Sent from: http://forum.world.st/GLASS-f1460844.html _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass
Free forum by Nabble | Edit this page |