[Pharo-project] Issue 3325 in pharo: SourcedMethodReference bug due to parseTimestampFrom:
Status: Accepted Owner: Benjamin.VanRyseghem.Pharo New issue 3325 by Benjamin.VanRyseghem.Pharo: SourcedMethodReference bug due to parseTimestampFrom: http://code.google.com/p/pharo/issues/detail?id=3325 aString = 'tk 1/8/97' parseTimestampFrom: aString "Parse a date-time from a timestamp-string that is extracted from a source file. If there is no timestamp, we return a very old time" ^ aString isEmpty ifTrue:[DateAndTime new] ifFalse:[(((aString subStrings: ' ') last: 2) joinUsing: Character space) asDateAndTime] It crashes
Comment #1 on issue 3325 by marcus.denker: SourcedMethodReference bug due to parseTimestampFrom: http://code.google.com/p/pharo/issues/detail?id=3325 See Issue 3292
Comment #2 on issue 3325 by Benjamin.VanRyseghem.Pharo: SourcedMethodReference bug due to parseTimestampFrom: http://code.google.com/p/pharo/issues/detail?id=3325 Ok, fix proposed in the entry 3292 :)
Updates: Status: Closed Comment #3 on issue 3325 by marcus.denker: SourcedMethodReference bug due to parseTimestampFrom: http://code.google.com/p/pharo/issues/detail?id=3325 (No comment was entered for this change.)
participants (1)
-
pharo@googlecode.com