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
Raise an exception for typed dict errors rather than logging them immediately.
This lets us filter out bindings that aren't visible.
I also made a couple of tangentially related minor improvements:
* Changed the typed dict error message to say that keys should be "constant
strings", not just "strings", since the error is also reported when the key
is a string that can't be resolved to a pyval.
* Silenced a weird lint error.
Resolves#1186.
PiperOrigin-RevId: 447085010
0 commit comments