added order-of-magnitude from Jos Koot and some tests for other scheme/math stuff
svn: r16607 original commit: 667e967085dc996fc026a93c833f91933c8e0660
This commit is contained in:
parent
89aac20bd9
commit
e6f4b091b3
|
@ -200,6 +200,7 @@
|
|||
(if (or (getenv "PLTDRCM")
|
||||
(getenv "PLTDRDEBUG"))
|
||||
(parameterize ([current-namespace (make-base-namespace)])
|
||||
(printf "hello?\n")
|
||||
(values
|
||||
(dynamic-require 'compiler/cm 'make-compilation-manager-load/use-compiled-handler)
|
||||
(dynamic-require 'compiler/cm 'manager-trace-handler)))
|
||||
|
@ -209,7 +210,8 @@
|
|||
(let ([old-load (current-load)])
|
||||
(λ (f expected)
|
||||
(splash-load-handler old-load f expected))))
|
||||
|
||||
(printf ">> ~s\n" (list make-compilation-manager-load/use-compiled-handler
|
||||
manager-trace-handler))
|
||||
(when (and make-compilation-manager-load/use-compiled-handler
|
||||
manager-trace-handler)
|
||||
(printf "PLTDRCM/PLTDRDEBUG: reinstalling CM load handler after setting splash load handler\n")
|
||||
|
|
Loading…
Reference in New Issue
Block a user