mzlib/traceld: show submodule
original commit: 8eef24be8748c556e18cecf4a164a6e2924fce57
This commit is contained in:
parent
e4759d6931
commit
0ff0006120
|
@ -7,9 +7,13 @@
|
|||
(let ([mk-chain
|
||||
(lambda (load)
|
||||
(lambda (filename expected-module)
|
||||
(fprintf ep
|
||||
"~aloading ~a at ~a\n"
|
||||
tab filename (current-process-milliseconds))
|
||||
(define name
|
||||
(if (pair? expected-module)
|
||||
(format "~a ~s" filename `(submod "." ,@(cdr expected-module)))
|
||||
filename))
|
||||
(fprintf ep
|
||||
"~aloading ~a at ~a\n"
|
||||
tab name (current-process-milliseconds))
|
||||
(begin0
|
||||
(let ([s tab])
|
||||
(dynamic-wind
|
||||
|
@ -19,7 +23,7 @@
|
|||
(lambda () (set! tab s))))
|
||||
(fprintf ep
|
||||
"~adone ~a at ~a\n"
|
||||
tab filename (current-process-milliseconds)))))])
|
||||
tab name (current-process-milliseconds)))))])
|
||||
(current-load (mk-chain load))
|
||||
(current-load-extension (mk-chain load-extension))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user