[Pharo-project] Something is messing with the method's timestamps
Hi, I just noticed when I load a project with a metacello configuration, all the method's timestamps are lost. I tried with this configuration: Gofer it
squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCTranslator'; load. (Smalltalk at: #ConfigurationOfCTranslator) load.
If then I load the project by hand (i.e. going through the Monticello browser), the timestamps are back. Also, when I add a new method to a class it gets added without a timestamp, just after I modify it the timestamp is added correctly. System Reporter info below: Image
----- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\Pharo-1.4.image Pharo1.4a Latest update: #14406 Unnamed
Virtual Machine --------------- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\CogVM.exe CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, https://git.gitorious.org/cogvm/blessed.git Commit: ca2091e70cfef485fa511935f51d8c91b1c3f185 Date: Mon Mar 12 19:07:33 2012 +0100 By: Igor Stasenko <siguctua@gmail.com> Win32 built on Mar 12 2012 19:32:09 Compiler: 4.5.2 CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012 StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012
Operating System/Hardware ------------------------- Win32 5.1 IX86
Cheers, Richo
Thanks for bug description because I noticed also the problem. This is probably related to my change to have only timeStamp and not dateAndTime mixed and a problem I got but I do not remember exactly (working too much) Can you open a bug entry? Stef
Hi, I just noticed when I load a project with a metacello configuration, all the method's timestamps are lost. I tried with this configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCTranslator'; load. (Smalltalk at: #ConfigurationOfCTranslator) load.
If then I load the project by hand (i.e. going through the Monticello browser), the timestamps are back.
Also, when I add a new method to a class it gets added without a timestamp, just after I modify it the timestamp is added correctly.
System Reporter info below:
Image ----- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\Pharo-1.4.image Pharo1.4a Latest update: #14406 Unnamed
Virtual Machine --------------- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\CogVM.exe CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, https://git.gitorious.org/cogvm/blessed.git Commit: ca2091e70cfef485fa511935f51d8c91b1c3f185 Date: Mon Mar 12 19:07:33 2012 +0100 By: Igor Stasenko <siguctua@gmail.com> Win32 built on Mar 12 2012 19:32:09 Compiler: 4.5.2 CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012 StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012
Operating System/Hardware ------------------------- Win32 5.1 IX86
Cheers, Richo
On Wed, Mar 21, 2012 at 4:01 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
Thanks for bug description because I noticed also the problem. This is probably related to my change to have only timeStamp and not dateAndTime mixed and a problem I got but I do not remember exactly (working too much)
Can you open a bug entry?
Done! http://code.google.com/p/pharo/issues/detail?id=5532 Richo
Stef
Hi, I just noticed when I load a project with a metacello configuration, all the method's timestamps are lost. I tried with this configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCTranslator'; load. (Smalltalk at: #ConfigurationOfCTranslator) load.
If then I load the project by hand (i.e. going through the Monticello browser), the timestamps are back.
Also, when I add a new method to a class it gets added without a timestamp, just after I modify it the timestamp is added correctly.
System Reporter info below:
Image ----- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\Pharo-1.4.image Pharo1.4a Latest update: #14406 Unnamed
Virtual Machine --------------- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\CogVM.exe CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, https://git.gitorious.org/cogvm/blessed.git Commit: ca2091e70cfef485fa511935f51d8c91b1c3f185 Date: Mon Mar 12 19:07:33 2012 +0100 By: Igor Stasenko <siguctua@gmail.com> Win32 built on Mar 12 2012 19:32:09 Compiler: 4.5.2 CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012 StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012
Operating System/Hardware ------------------------- Win32 5.1 IX86
Cheers, Richo
MCFileInTest>>testStWriter is failing in Jenkins due to empty timestamps on fileIn. Not sure if this is related. On Thu, Mar 22, 2012 at 6:17 AM, Ricardo Moran <richi.moran@gmail.com> wrote:
On Wed, Mar 21, 2012 at 4:01 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Thanks for bug description because I noticed also the problem. This is probably related to my change to have only timeStamp and not dateAndTime mixed and a problem I got but I do not remember exactly (working too much)
Can you open a bug entry?
Done! http://code.google.com/p/pharo/issues/detail?id=5532
Richo
Stef
Hi, I just noticed when I load a project with a metacello configuration, all the method's timestamps are lost. I tried with this configuration:
Gofer it   squeaksource: 'MetacelloRepository';   package: 'ConfigurationOfCTranslator';   load. (Smalltalk at: #ConfigurationOfCTranslator) load.
If then I load the project by hand (i.e. going through the Monticello browser), the timestamps are back.
Also, when I add a new method to a class it gets added without a timestamp, just after I modify it the timestamp is added correctly.
System Reporter info below:
Image ----- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\Pharo-1.4.image Pharo1.4a Latest update: #14406 Unnamed
Virtual Machine --------------- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\CogVM.exe CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, https://git.gitorious.org/cogvm/blessed.git Commit: ca2091e70cfef485fa511935f51d8c91b1c3f185 Date: Mon Mar 12 19:07:33 2012 +0100 By: Igor Stasenko <siguctua@gmail.com> Win32 built on Mar 12 2012 19:32:09 Compiler: 4.5.2 CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012 StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012
Operating System/Hardware ------------------------- Win32 5.1 IX86
Cheers, Richo
On Mar 21, 2012, at 10:02 PM, Martin Sandiford wrote:
MCFileInTest>>testStWriter is failing in Jenkins due to empty timestamps on fileIn.
Not sure if this is related.
normally this was fixed by pavel. Stef
On Thu, Mar 22, 2012 at 6:17 AM, Ricardo Moran <richi.moran@gmail.com> wrote:
On Wed, Mar 21, 2012 at 4:01 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
Thanks for bug description because I noticed also the problem. This is probably related to my change to have only timeStamp and not dateAndTime mixed and a problem I got but I do not remember exactly (working too much)
Can you open a bug entry?
Done! http://code.google.com/p/pharo/issues/detail?id=5532
Richo
Stef
Hi, I just noticed when I load a project with a metacello configuration, all the method's timestamps are lost. I tried with this configuration:
Gofer it squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCTranslator'; load. (Smalltalk at: #ConfigurationOfCTranslator) load.
If then I load the project by hand (i.e. going through the Monticello browser), the timestamps are back.
Also, when I add a new method to a class it gets added without a timestamp, just after I modify it the timestamp is added correctly.
System Reporter info below:
Image ----- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\Pharo-1.4.image Pharo1.4a Latest update: #14406 Unnamed
Virtual Machine --------------- C:\Documents and Settings\navegador\Mis documentos\Squeak images\Pharo\Pharo-1.4 (1)\Pharo-1.4\CogVM.exe CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012, https://git.gitorious.org/cogvm/blessed.git Commit: ca2091e70cfef485fa511935f51d8c91b1c3f185 Date: Mon Mar 12 19:07:33 2012 +0100 By: Igor Stasenko <siguctua@gmail.com> Win32 built on Mar 12 2012 19:32:09 Compiler: 4.5.2 CoInterpreter VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012 StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.139 uuid: 5aa53979-d7d8-4ca3-91fe-cfc3b4109c33 Mar 12 2012
Operating System/Hardware ------------------------- Win32 5.1 IX86
Cheers, Richo
participants (3)
-
Martin Sandiford -
Ricardo Moran -
Stéphane Ducasse