Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement uniffiDestroy method for all types that contain objects #47

Open
jhugman opened this issue Jul 30, 2024 · 0 comments
Open

Implement uniffiDestroy method for all types that contain objects #47

jhugman opened this issue Jul 30, 2024 · 0 comments

Comments

@jhugman
Copy link
Owner

jhugman commented Jul 30, 2024

uniffiDestroy provides access to Rust drop methods of interface objects.

However, enums and records, lists and maps can call contain interface objects.

This issue is to add corresponding uniffiDestroy methods to recursively find all objects and call their uniffiDestroy methods.

These methods should not be generated unless the Record or Enum contains objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant