commit(s) to merge: e4942db
merge instructions: clean merge
What is the issue: Flutter AOT precompiler crash using isar package
What is the fix: This change fixes the type incompatibility by loading value with LoadUntagged and then converting it with ConvertUntaggedToUnboxed(kUnboxedIntPtr)
Why cherrypick: The issue was reported by Flutter user and it manifests as a crash in the AOT compiler when building a flutter app
Risk: low (has rolled into top of tree Flutter without any issues).
Link to original issue(s): flutter/flutter#97301
/cc @mit-mit @whesse @athomas @vsmenon @devoncarew
commit(s) to merge: e4942db
merge instructions: clean merge
What is the issue: Flutter AOT precompiler crash using isar package
What is the fix: This change fixes the type incompatibility by loading value with LoadUntagged and then converting it with ConvertUntaggedToUnboxed(kUnboxedIntPtr)
Why cherrypick: The issue was reported by Flutter user and it manifests as a crash in the AOT compiler when building a flutter app
Risk: low (has rolled into top of tree Flutter without any issues).
Link to original issue(s): flutter/flutter#97301
/cc @mit-mit @whesse @athomas @vsmenon @devoncarew