已合并
Declare interface method has body #12942
fanglou创建于 3月28日
Declare interface method has body #12942
已合并
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 fanglou 的贡献)3月28日 关联了issue:[问题咨询]: declare interface method has body
3月28日 添加了label:waiting_on_author
openharmony_ci
3月28日 评论:
3月28日 评论:
感谢提交 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.


3月28日 添加了label:dco检查成功
3月28日 修改了pull request 的描述
此处折叠了44条消息 查看更多
fanglou
3月31日 评论:
3月31日 评论:
submit


3月31日 合入了pull request,合并节点 SHA:83bc8819a9550a427ec8d8675386b5bd0ac9ab8c
3月31日 删除了label:waiting_for_review
3月31日 添加了label:merged
Issue
https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9666
描述/Description
Declare interface default method has a wrong CTE
原因/Reason
Declare interface default method has body
修改方案/Scheme
Remove declare interface default method CTE
测试项
一、 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用例