zilch
Results
3
issues of
zilch
问题1. 当类型为ValueType,且拥有多个构造函数时,导出的无参数构造函数存在BUG LuaCodeGen第1989行 Write(file, "{0}(argc=={1}){{", first ? "if" : "else if", 0); 应当改为 Write(file, "{0}(argc=={1}){{", first ? "if" : "else if", 1); 问题2. 当类型为ValueType,且拥有一个有参数构造函数时,不会自动导出无参数构造函数
如果一个c#类里包含关键字expicit,则导出的类会报错. cannot explicitly call operator or accessor 故在codegen的时候过滤掉此关键字