(😕) --allow-incomplete-defs
can be misleading and confusing
#12256
Labels
--allow-incomplete-defs
can be misleading and confusing
#12256
I read this as "be strict, but allow partially typed defs" and not show an error on the first line, but it actually only means "be strict".
As far as I can tell there is no such functionality as "allow partially typed defs" due to
--disallow-untyped-defs
applying to incomplete as well as completely untyped defs.The text was updated successfully, but these errors were encountered: