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
Fingerprints checking was disabled once again when we had 2 versions of core libraries (sdk and sdk_nnbd).
After SDK unforking we have only one version of core libraries, so we should re-enable fingerprints checking by removing this #if and updating all fingerprints.
VM used to check source fingerprints of 'recognized' methods in core libraries.
Condition in
Function::CheckSourceFingerprint
includeskernel_offset() <= 0
which is false since Dart 2. We need to restore these checks./cc @aartbik @mraleph @a-siva @rmacnak-google
The text was updated successfully, but these errors were encountered: