已合并
CTE for invalid recursive type alias #12773
fanglou创建于 3月23日
CTE for invalid recursive type alias #12773
已合并
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 fanglou 的贡献)3月23日 关联了issue:[FE]: Defined a CTE for invalid recursive type alias constructions
3月23日 审查状态已重置,审查人: egavrin
3月23日 添加了label:waiting_on_author
openharmony_ci
3月23日 评论:
3月23日 评论:
感谢提交 Pull Requests!如果您提交的PR已经开发完毕,请评论 "start build" 触发门禁,更多交互操作,请访问OpenHarmony社区支持命令清单。如果需要调整订阅PR、Issue的变更状态,请访问订阅链接。
Thanks for submitting the pull request. If your Pull Request has already been developed, you can leave a "start build" comment to trigger the gated system. For more commands, please visit OpenHarmony Command List. If you need to change the subscription of a Pull Request or Issue, please visit the link.


此处折叠了46条消息 查看更多
3月24日 添加了label:merged
4月8日 修改了pull request 的描述
4月8日 修改了pull request 的描述
4月8日 修改了pull request 的描述
4月8日 修改了pull request 的描述
Issue
https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9566
描述/Description
CTE for invalid recursive type alias
原因/Reason
missed CTE for invalid recursive type alias
修改方案/Scheme
add a CTE for invalid recursive type alias
测试项
一、 Runtime Core UT(Release/Debug)
Host
Device
二、Verifier测试
三、Fuzz编译测试
四、64位RK编译
五、编译mac平台sdk
六、指令/abc格式修改自检,需联系下方邮箱,同步至相关领域
重要:涉及runtime_core仓abc2program、libpandafile、isa目录下的修改,必须提供一个编译helloworld项目的hap包给对应领域,并联系下方邮箱
Email: wutao185@huawei.com
七、Panda_Guard版本号变更自检
八、兼容性测试(指令生成、文件格式修改时)
小版本兼容性测试
大版本兼容性测试
es2abc版本兼容性测试
说明:如PR涉及版本控制用例的变更,需同步检查修改对其他分支的影响,并确认是否要同步受影响的分支
**九、是否已执行L0用例