Add back ignore-some typechecking
original commit: 8545f421abfe3e4fb689e12d19ec05b109660e5b
This commit is contained in:
parent
20da55c55d
commit
8086da4e7e
|
@ -186,6 +186,11 @@
|
|||
(syntax-property form 'typechecker:ignore)
|
||||
(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
|
||||
[(#%require . _) (void)]
|
||||
[(#%provide . _) (void)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user