HOT RELOAD: When enum values are created during a reload the old canonical immutable array of enum values is not removed #26988
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
vm-hot-reload
The Canonical object verification code fails during hot reload of libraries that have enum values.
The old canonical immutable array of enum values is not removed when we create the new enum.
This results in an assertion failure.
@rmacnak-google
The text was updated successfully, but these errors were encountered: