| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix:arkts-runtime-array-check Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9028 Signed-off-by: HuSenlin <husenlin@huawei.com> | 6 个月前 | |
sync 0702 linter Signed-off-by: lijunru <lijunru9@h-partners.com> Change-Id: Id88fc6cb8c1b935d9956d51b1d82f587bf902839 | 7 个月前 | |
fix:arkts-runtime-array-check Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9028 Signed-off-by: HuSenlin <husenlin@huawei.com> | 6 个月前 | |
fix .ts.json to .ets.json Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBUYGL test: linter test Signed-off-by: xxlight <xiaoxiaoliang2@huawei.com> | 1 年前 | |
implement sdk-api-keywords-avoid rule Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/7658 Signed-off-by: cihatfurkaneken1 <cihat.furkan.eken4@huawei.com> | 10 个月前 | |
Fix boundary scenarios Issue:https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/11237 Co-Authored-By:Agent Signed-off-by: caiy <caiyu30@huawei.com> | 2 个月前 | |
!9611 merge no-autofix-if-conflict into master no-autofix-if-conflicts Created-by: anxuesm Commit-by: liuqian Merged-by: openharmony_ci Description: ### 关联的Issue Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8385 ### 提交类型 - [ ] 需求 - [ ] bugfix ### 需求背景/Description <!-- 仅涉及需求时填写 --> ### 问题现象&&分析/Reason <!-- 仅涉及bugfix时填写 --> There are some issues with the current multi - round repair architecture. First, the code that has conflicts fixed in the first round may not be detected in the second round due to changes in the file content, resulting in a situation where it appears to be fixed but actually isn't. Second, to avoid the problem of autofix conflicts, some rules carry autofix information for each other, leading to mutual coupling of the rules. Third, it is difficult for developers to predict whether the rules they design will ultimately be autofixed. ### 修改方案/Scheme Refactor the autofix architecture. If there is a conflict in autofix, do not perform the fix. If there is a conflict between autofixes, higher fluquency ones should be prioritized. ### 测试结果(测试截图直接贴在对应测试项,主干已知问题需明确引入pr/责任人) #### 功能测试(除仅涉及文本外必测项)[wiki](https://gitee.com/openharmony/arkcompiler_ets_frontend/wikis/代码提交要求及测试验证流程) 1. es2abc测试用例(Debug模式) - [ ] 已通过 - [ ] 不涉及,无需验证 2. Verifier测试 - [ ] 已通过 - [ ] 不涉及,无需验证 3. 64位RK编译 - [ ] 已通过 - [ ] 不涉及,无需验证 4. 编译mac平台sdk - [ ] 已通过 - [ ] 不涉及,无需验证 #### 混淆测试(涉及arkguard改动时必测项)[wiki](https://gitee.com/openharmony/arkcompiler_ets_frontend/wikis/混淆测试验证流程?sort_id=11451209) 1. 单元测试 - [ ] 已通过 - [ ] 不涉及,无需验证 2. Compiler测试套 - [ ] 已通过 - [ ] 不涉及,无需验证 3. TSC extra测试套 - [ ] 已通过 - [ ] 不涉及,无需验证 4. Test262测试套 - [ ] 已通过 - [ ] 不涉及,无需验证 5. Benchmark测试 - [ ] 已通过 - [ ] 不涉及,无需验证 6. 应用自动化测试套 - [ ] 已通过 - [ ] 不涉及,无需验证 7. 是否创建全局变量,若创建全局变量,是否有清空操作 - [ ] 创建了全局变量,且已清空 - [ ] 创建了全局变量,未清空 - [ ] 未创建全局变量 #### 兼容性测试(指令生成、文件格式修改时) 1. 小版本兼容性测试 <!-- 修改导致新abc无法运行在老镜像上时,需新增版本号 --> - [ ] 已增加版本号 - [ ] 已通过 - [ ] 不涉及,无需验证 2. 大版本兼容性测试 <!-- 配置target-api-version时,生成的abc需要能在对应版本运行--> - [ ] 已通过 - [ ] 不涉及,无需验证 3. es2abc版本兼容性测试 <!-- 新版本es2abc编译的老版本API的abc文件,应能被老版本es2abc正常识别和处理--> **说明:如PR涉及版本控制用例的变更,需同步检查修改对其他分支的影响,并确认是否要同步受影响的分支** - [ ] 涉及,变更影响 API/字节码 版本, 需同步修改到其他分支 - [ ] 涉及,变更影响 API/字节码 版本, 无需同步到其他分支 - [ ] 不涉及,变更不涉及 API/字节码 版本 4. 是否涉及词法环境修改 **说明:如PR涉及词法环境修改,需验证对应热重载场景是否兼容** - [ ] 涉及,影响热重载场景,需排查影响 - [ ] 涉及,不影响热重载场景 - [ ] 不涉及 #### 性能测试 (新增语法检查等场景) - [ ] 已通过 - [ ] 不涉及,无需验证 #### 指令/abc格式修改自检,需联系下方邮箱,同步至相关领域 **重要:涉及runtime_core仓abc2program、libpandafile、isa目录下的修改,必须提供一个编译helloworld项目的hap包给对应领域,并联系下方邮箱** - [ ] 涉及,已同步 - [ ] 不涉及 **Email:** wutao185@huawei.com ### 是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 ### 是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/arkcompiler_ets_frontend!9611 | 6 个月前 | |
change getFocusedUIContext to resolveUIContext Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/11665 Signed-off-by: sniperc96 <chenxi305@huawei.com> Co-Authored-By: Agent | 1 个月前 | |
fix arkts-no-inferred-generic-params Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICICX6 Test scenarios:Fix bugs for arkts-no-inferred-generic-params Signed-off-by: zhongning5 <zhongning5@huawei.com> | 1 年前 | |
fix .ts.json to .ets.json Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBUYGL test: linter test Signed-off-by: xxlight <xiaoxiaoliang2@huawei.com> | 1 年前 | |
quick-test-no-autofix-conflicts Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8385 Signed-off-by: liuqian <liuqian227@huawei.com> | 6 个月前 | |
fix:arkts-runtime-array-check Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9028 Signed-off-by: HuSenlin <husenlin@huawei.com> | 6 个月前 | |
fix for sdk-constructor-funcs Issue:https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8781 Signed-off-by: shendeyu <shendeyu1@huawei.com> | 7 个月前 | |
0702 sync 0728 Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICS1NG?from=project-issue Signed-off-by: wangjiahui <wangjiahui27@h-partners.com> | 11 个月前 | |
Issue #19942: Improve linter testing framework Issue:https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IB62C2 Test scenarios: new tests added to the linter Signed-off-by: Okolnov Evgeniy <okolnov.evgeny1@huawei-partners.com> | 1 年前 | |
sdk-api-static-overload autofix update Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8602 Testing: ninja all tests Signed-off-by: emrullahsalik <emrullah.salik@huawei-partners.com> | 7 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 6 个月前 | ||
| 7 个月前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 2 个月前 | ||
| 6 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 6 个月前 | ||
| 7 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 7 个月前 |