Add back ignore-some typechecking

This commit is contained in:
Eric Dobson 2012-08-08 20:48:14 -07:00 committed by Sam Tobin-Hochstadt
parent 533920480e
commit 8545f421ab

View File

@ -186,6 +186,11 @@
(syntax-property form 'typechecker:ignore) (syntax-property form 'typechecker:ignore)
(void)] (void)]
;; this is a form that we mostly ignore, but we check some interior parts
[stx
(syntax-property form 'typechecker:ignore-some)
(check-subforms/ignore form)]
;; these forms should always be ignored ;; these forms should always be ignored
[(#%require . _) (void)] [(#%require . _) (void)]
[(#%provide . _) (void)] [(#%provide . _) (void)]