macro-stepper: disable taint display until correct
Merge to release branch
This commit is contained in:
parent
bf4a8ad5c4
commit
91a2e283a6
|
@ -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