-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)package:ffigenpackage:objective_c
Milestone
Description
There's no reason to include block helpers in package:objective_c, as they're not exported publicly. If users need to interact with an API in package:objective_c that uses blocks, they use the helpers code genned in their own bindings. The native trampoline functions for these blocks are compiled into the package:objective_c dylib, which also causes a bit of code bloat. We just need to look for the package:objective_c config flag, and then not code gen the block helpers if we see this flag.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)package:ffigenpackage:objective_c
Type
Projects
Status
No status