Re: [racket-dev] `managed-compile-zo` seems to eat debug-level log messages

2013-01-24 Thread Matthew Flatt
(Sorry for the long delay...) At Wed, 16 Jan 2013 15:07:36 -0500, Sam Tobin-Hochstadt wrote: I think the problem is that the `accomplice-logger` in `compiler/cm` line 377 only gets looked at at level `'info`. If I change 'info on line 380 to 'debug, then the behavior changes to what I'd

[racket-dev] `managed-compile-zo` seems to eat debug-level log messages

2013-01-16 Thread Sam Tobin-Hochstadt
I'm trying to use logging to time various portions of Typed Racket compilation, and I'm running into trouble. In particular, when I do something like this: (managed-compile-zo collects/tests/typed-racket/succeed/null-program.rkt) with Typed Racket instrumented to do logging on a logger