修复(引入新的import时) ts代码热编译时,继承自UObject的Ts类不生效的问题#2339
Open
Lilien-Gamer wants to merge 1 commit into
Open
Conversation
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.
车神你好!
我有个代码修改希望你能review下,看下是否靠谱是否有潜在大的风险(我已经用AI判断过,看起来没问题,但是项目技术老大需要你的权威判断才让能让我提交)
起因,我发现ts代码在热修改时如果引入新的import,会导致该文件的代码热编译失败,然后我发现ForceReload (配合AI)可以解决这个问题。于是我用AI编写了相关代码后,测试,发现对继承自UObject的ts类不生效(纯ts类是ok的),和AI沟通后,AI进行了本次cpp的修改。
希望你有空看看,给出建议