-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
Description
Our error messages would be a bit more concise if we removed the builtins. part from type output, and perhaps typing. too. This would make error messages match up more closely with runtime syntax.
For example, we currently output None as builtins.None, which is a syntax error at runtime. Just outputting None would be more clear.
intgr, matangover, KotlinIsland, DetachHead and finite-state-machine