Add back ignore-some typechecking
This commit is contained in:
parent
533920480e
commit
8545f421ab
|
@ -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)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user