change drracket to print the start & end compiling messages when in PLTDRCM=trace mode
This commit is contained in:
parent
a28ead9464
commit
b823b94cda
|
@ -37,7 +37,7 @@
|
|||
(flprintf "PLTDRDEBUG: enabling CM tracing\n")
|
||||
(manager-trace-handler
|
||||
(λ (x)
|
||||
(when (regexp-match #rx"compiling" x)
|
||||
(when (regexp-match #rx"compiling:|end compile:" x)
|
||||
(display "1: ") (display x) (newline) (flush-output)))))))
|
||||
|
||||
(when install-cm?
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
(printf "PLTDRCM/PLTDRDEBUG: reinstalling CM trace handler after setting splash load handler\n")
|
||||
(manager-trace-handler
|
||||
(λ (x)
|
||||
(when (regexp-match #rx"compiling" x)
|
||||
(when (regexp-match #rx"compiling:|end compile:" x)
|
||||
(display "2: ") (display x) (newline)))))))
|
||||
|
||||
(define funny-gauge%
|
||||
|
|
Loading…
Reference in New Issue
Block a user