Skip to content

RuntimeStub 生成问题梳理 #31

@yulingtianxia

Description

@yulingtianxia
  1. protocol 生成代码增加注册 callback
  2. typedef Block 的返回值为 char * 时,应转为 CString
  3. typedef Block 的参数带有 _Nonnull 等修饰符时,输出会出错:Block 返回值带 _Nonnull 修饰时的 bug #30
  4. 当方法无参数时,生成的 perform 不用带 args
  5. 返回值为 Block 的时候,生成的返回类型只需写 Block。不过对于 typedef 的貌似无解。

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions