You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real-world type-checker users often want to get a sense of how well-covered their code is with static types. One granular way to measure this is "percentage of expressions typed with a dynamic type".
We would also have an internal use case for measuring "percentage of expressions typed with a Todo type" as a measure of red-knot progress.
AlexWaygood, TomerBin, IndrajeetPatil, janosh, mtshiba and 1 more