Breaking change 45072: dart:ffi Pointers and structs can no longer have native finalizers
59 views
Skip to first unread message
Daco Harkes
unread,
Feb 22, 2021, 11:17:48 AM2/22/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Dart Announcements
If you do not use dart:ffi you may stop reading now.
We're making a breaking change in dart_api.h to disallow invoking Dart_NewWeakPersistentHandle and Dart_NewFinalizableHandle with Pointer and subtypes of Struct.
If you are using the dart_api in this way, please let us know your use cases by replying in the breaking change issue.