Re: [racket-dev] bug in compiler ext dependencies?

2013-06-11 Thread Matthew Flatt
I've pushed your repair - thanks! I think I found (and fixed) similar problems with `require' and deleted files. At Mon, 10 Jun 2013 09:48:42 +0200, Tobias Hammer wrote: > Hi, > > i think i found a bug in the handling of external dependencies (via > register-external-file) in compiler/cm. > Cu

[racket-dev] bug in compiler ext dependencies?

2013-06-10 Thread Tobias Hammer
Hi, i think i found a bug in the handling of external dependencies (via register-external-file) in compiler/cm. Currently if an external dependency gets deleted after the registering file was compiled, it is not recompiled because a missing file does not trigger a file changed or timestamp