dart-lang / dart-lang/native

Handle memory management attributes

Open
#232 0 comments 0 reactions 1 assignee Claimed by @liamappelbe View on GitHub
lang-objective_c package:ffigen
Dominant language
Dart
Stars
275
Forks
144
Avg merge
2d 7h
Merged PRs (30d)
55

Description

From Brian's comment's [here](https://github.com/dart-lang/ffigen/pull/372#discussion_r874031339).

- [x] Methods that start with "new", or "alloc", or contain "copy" (currently we just exact match "new" and "alloc")
- [x] Property attributes (copy/assign/retain)
- [x] NS_RETURNS_RETAINED
- [x] Autorelease pools
- [ ] Test with ARC enabled
- [ ] Delegates
- [ ] ARC specific property attributes (strong/weak)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.