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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
In short, this bug prevents implicitly typed condition variables from participating in type promotion in some circumstances (see the bug for more details). Since the bug only occurs when the condition variable is implicitly typed, we can ensure a smooth rollout by giving explicit `bool` types to the condition variables affected by this bug. Once the fix has fully rolled out to google3 we will be able to remove these explicit types once again.
Tested:
TAP --sample ran all affected tests and none failed
http://test/OCL:394261565:BASE:394223559:1630517438374:b19cc4e4
PiperOrigin-RevId: 394291389
0 commit comments