Re: [racket-dev] overwrite

2011-02-26 Thread Matthias Felleisen
The files I have been editing this morning are not under Git control. (And yes, I have on one occasion checked the file via Emacs and didn't see any difference.) On Feb 26, 2011, at 11:35 AM, Jay McCarthy wrote: It's from git touching the files and giving them a new timestamp. It probably

Re: [racket-dev] overwrite

2011-02-26 Thread Matthias Felleisen
I confirm the check syntax observation. On Feb 26, 2011, at 11:39 AM, Kathy Gray wrote: I also see this quite frequently (for files not under Git control). I was thinking at one point it might be related to when I run check syntax, but I haven't confirmed a repeatable pattern. -Kathy

Re: [racket-dev] overwrite

2011-02-26 Thread Matthias Felleisen
Well it just occurred for a file under Git but WITHOUT check syntax. On Feb 26, 2011, at 11:48 AM, Matthias Felleisen wrote: I confirm the check syntax observation. On Feb 26, 2011, at 11:39 AM, Kathy Gray wrote: I also see this quite frequently (for files not under Git control). I

Re: [racket-dev] overwrite

2011-02-26 Thread Nadeem Abdul Hamid
I get this a lot, using just the binary installer version downloaded from racket-lang.org. And it happens even when I'm not using check-syntax, though it might happen more frequently when I do use check-syntax; hard to tell. On Sat, Feb 26, 2011 at 12:05 PM, Matthias Felleisen

Re: [racket-dev] overwrite

2011-02-26 Thread Robby Findler
Are any of you, by any chance: - using a teaching language (via the language menu, not #lang 2htdp/bsl or similar) - hitting run and then save right *after* run when you get this message? Robby On Sat, Feb 26, 2011 at 11:10 AM, Nadeem Abdul Hamid nad...@acm.org wrote: I get this a lot,

Re: [racket-dev] overwrite

2011-02-26 Thread Kathy Gray
Same answers. -Kathy On 26 Feb 2011, at 5:23:56, Matthias Felleisen wrote: On Feb 26, 2011, at 12:12 PM, Robby Findler wrote: Are any of you, by any chance: - using a teaching language (via the language menu, not #lang 2htdp/bsl or similar) #lang racket - hitting run and then

Re: [racket-dev] overwrite

2011-02-26 Thread Robby Findler
The code compares the date of the file when it was last saved to the date of the file when run is clicked. Robby On Sat, Feb 26, 2011 at 12:50 PM, Neil Van Dyke n...@neilvandyke.org wrote: Dunno whether this helps... I haven't looked at the pertinent Racket code, but errors like this often