Fixes bug 190373: `time' macro's "running stats for" can be misleading
This commit is contained in:
parent
3c3fec3908
commit
81c17da20b
|
@ -1 +1 @@
|
||||||
1427
|
1428
|
||||||
|
|
|
@ -1301,7 +1301,7 @@
|
||||||
(lambda (stx)
|
(lambda (stx)
|
||||||
(syntax-match stx ()
|
(syntax-match stx ()
|
||||||
((_ expr)
|
((_ expr)
|
||||||
(bless `(time-it ',expr (lambda () ,expr)))))))
|
(bless `(time-it (format "~s" ',expr) (lambda () ,expr)))))))
|
||||||
|
|
||||||
(define delay-macro
|
(define delay-macro
|
||||||
(lambda (stx)
|
(lambda (stx)
|
||||||
|
|
Loading…
Reference in New Issue