Skip to content

Give descriptive names to Objective-C blocks #472

Closed
dart-archive/ffigen
#606
@brianquinlan

Description

@brianquinlan

Currently, objective-C blocks are given names like ObjCBlock19 and these names are not stably assigned.

It would be nice if the value were something reasonable (e.g. based on the type signature) or (inclusive or) if they could be named with a typedef e.g.

typedef void (^MyBlock)(MyArg arg);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions