| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From http://g2/group/dart-admin.prod I see that Slava is a cherry pick reviewer
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From http://g2/group/dart-admin.prod I see that Slava is a cherry pick reviewer
But I need to remember to actually add him 😊
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[stable] [CFE/kernel] Clear invalidated ClassHierarchySubtypes
When recompiling (`computeDelta`) the class hierarchy is made up
to date and the old ClassHierarchySubtypes (if any) is marked as
invalid, but was erroneously not cleared, meaning that when trying
to use it (via expression compilation) it would through.
This fixes it be clearing it, meaning that it will be recreated in a
correct state if/when needed.
Fixes https://github.com/flutter/flutter/issues/178740
Risk: Low
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |