Closed
Description
Once #41141 lands, the compiler will compute the ICH for TypeCheckTables
but when doing so, it will ignore the lints
field. This is not a problem yet since we currently still unconditionally re-run type checking in incremental mode -- but in the future this could lead to wrong or dropped linting messages.
This should be addressed as part of refactoring the linting and error messaging system to better integrate with "on-demand" compilation.