macro-stepper: disable taint display until correct
Merge to release branch
(cherry picked from commit 91a2e283a6
)
This commit is contained in:
parent
fecc46f97d
commit
a0ccf20b30
|
@ -203,7 +203,8 @@
|
|||
(display-extra-source-info stx)
|
||||
(display-symbol-property-info stx)
|
||||
(display-marks stx)
|
||||
(display-taint stx))
|
||||
;; Disable until correct:
|
||||
(when #f (display-taint stx)))
|
||||
|
||||
;; display-source-info : syntax -> void
|
||||
(define/private (display-source-info stx)
|
||||
|
|
Loading…
Reference in New Issue
Block a user