fix: (ExampleConfig.typeHasEditorRef) stackoverflow error#895
Merged
chexiongsheng merged 1 commit intoTencent:masterfrom Jun 9, 2021
waizui:Fix
Merged
fix: (ExampleConfig.typeHasEditorRef) stackoverflow error#895chexiongsheng merged 1 commit intoTencent:masterfrom waizui:Fix
chexiongsheng merged 1 commit intoTencent:masterfrom
waizui:Fix
Conversation
Member
BlakeLiAFK
pushed a commit
to BlakeLiAFK/xLua
that referenced
this pull request
Jul 1, 2021
* my_master: (56 commits) 适配rapidjson/cmsgpack/protobuf support valuetype for delegate in XLUA_GENERAL Mode fix: (ExampleCongig.typeHasEditorRef) stackoverflow error (Tencent#895) 2020.2的兼容 unity2017兼容 一些告警的解决 add LuaImporter and util/Xxtea (Tencent#876) 发布脚本的名字修改 添加自动发布脚本 Update faq.md (Tencent#881) 2020的兼容 luajit的32位在另外的环境单独编译 make_android_luajit_arm64.sh的x86输出目录修改 actions自动编译,window下先启动vc-cmd再编译luajit,更正luajit android x86的路径 更新注意事项 处理in关键字生成代码错误的问题,fix Tencent#828 封装部分api level和luajit编译的api level保持一致 完善faq linux还是不编译32位了 apt install 要sudo ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
当类型是开放类型的时候,在得到该类型的泛型参数后会再次调用泛型参数的declaringType代入函数,导致无限递归。
fix #865
fix #639
泛型参数加上判断,略过开放的类型参数