Re: [racket-users] Re: compile-zo: date for newly created .zo file ... is before source-file date ... which appears to be in the future

2018-03-30 Thread Greg Trzeciak
Continuation to this thread was happening at: https://groups.google.com/forum/#!topic/racket-users/xZCTFCBvzs0 The problem has been resolved by fixing how timestamps are read from filesystem. -- You received this message because you are subscribed to the Google Groups "Racket Users" group.

Re: [racket-users] Re: compile-zo: date for newly created .zo file ... is before source-file date ... which appears to be in the future

2018-03-28 Thread Greg Trzeciak
Before I disappear for today - some additional observations + current hack if anyone has the same problem: * folders have correct timestamps * dependencies downloaded in the same run can have their timestamp even +2h into the future. * install directly from git has the same problem -> "raco pkg

Re: [racket-users] Re: compile-zo: date for newly created .zo file ... is before source-file date ... which appears to be in the future

2018-03-28 Thread Greg Trzeciak
Thanks Philip for these ideas, I won't be able to test all the suggestions today (due to time zone ;) but here is what I got so far: * My timezone is for Warsaw, Poland * When I create a file it is added with a correct timestamp but "raco pkg" downloads it and saves with + 1 hour timestamp. When

Re: [racket-users] Re: compile-zo: date for newly created .zo file ... is before source-file date ... which appears to be in the future

2018-03-28 Thread Philip McGrath
I don't really know, but a few thoughts: - I'm very suspicious about the daylight savings time possibility. Would you be comfortable sharing your specific timezone? - It might be helpful to see the results of file-or-directory-modify-seconds