Issue 3684 in pharo: primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong creation date

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3684 in pharo: primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong creation date

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-ReportDefect

New issue 3684 by [hidden email]:  
primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong  
creation date
http://code.google.com/p/pharo/issues/detail?id=3684

Pharo image: 1.2 full
Pharo core version: #12330
Virtual machine used: Cog register mapping

It seems primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns  
the same value for file creation date and last modification date, while  
those are different on disk.

Gofer new squeaksource: 'PharoTaskForces'; package: 'Filesystem'; load.
FSDiskFilesystemTest debug: #testEntryDates
(there is even a convenient breakpoint I forgot to remove if you get  
Filesystem-DamienPollet.100 :)

In a unix shell:
ls -lTU gooly # full time of creation
ls -lT gooly # full time of modification, 2s later


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3684 in pharo: primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong creation date

pharo
Updates:
        Status: Closed

Comment #1 on issue 3684 by [hidden email]:  
primitive: 'primitiveDirectoryLookup' module: 'FilePlugin' returns wrong  
creation date
http://code.google.com/p/pharo/issues/detail?id=3684

move to cog tracker

http://code.google.com/p/cog/issues/detail?id=12