krono / squeaksource3

Seaside-based Monticello code repository for Squeak, Pharo and GemStone
0 stars 0 forks source link

Why isn't setTimestampFromVersionInfo used all of the time? #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just noticed that the timeStamp for a version in SS3 is normally set to the 
time that the SSVersion is created unless it is imported from the file system, 
but it makes me wonder why the timestamp shouldn't _always_ be set from the 
versionInfo?

Original issue reported on code.google.com by henrichs...@gmail.com on 4 Jan 2012 at 10:01

GoogleCodeExporter commented 9 years ago
It should always be set from the version info.

Original comment by tobiasp...@gmail.com on 5 Jan 2012 at 7:32

GoogleCodeExporter commented 9 years ago
Fixed in SqueakSource-Core-topa.90, SqueakSource-Storage-FileSystem-topa.12

The time-stamp is read at the creation of the SSVersion now.

Original comment by tobiasp...@gmail.com on 26 Apr 2012 at 1:55