| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[LSP] Fix third party dependency failed Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/7618?ref=&did=3296402#tid-3296402 Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 9 个月前 | |
Supports file-level hybird Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICNFKF Signed-off-by: lijunru <lijunru9@h-partners.com> | 11 个月前 | |
[ets-declgen] Use stdlib declarations by default 1. Introduce build dependency of 'es2panda' on 'etsstdlib'. 2. Fixup decls generation. 3. Use stdlib's declaration by default. Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICWWVO?from=project-issue Signed-off-by: Maxim Bolshov <bolshov.maxim@huawei.com> Co-authored-by: Zhelyapov Aleksey <zhelyapov.aleksey@huawei-partners.com> Co-authored-by: Daniil Kofanov <kofanov.daniil@huawei-partners.com> Co-authored-by: lirismankarina <lirisman.karina@huawei-partners.com> Change-Id: Ia5bc2169fe00f5a07536f7aa9ba0d5e58511043d | 9 个月前 | |
export closure resolve Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/11660 Co-Authored-By: Agent Signed-off-by: GengLiangWang <GengLiangW@outlook.com> | 17 天前 | |
Support Zero as Divisor in floating operations Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8039 Description: Support Zero as Divisor in floating operations Reason: according to spec7.21.3, The result of a floating-point remainder operation is determined in compliance with the IEEE 754 arithmetic, The result is NaN if – Either operand is NaN; – Thedividend is infinity; – Thedivisor is zero; – Thedividend is infinity, and the divisor is zero Tests: ninja tests passed tests/tests-u-runner/runner.sh --ets-cts --show-progress --build-dir x64.release --processes=all passed tests/tests-u-runner/runner.sh --ets-func-tests --show-progress --build-dir x64.release --processes=all passed tests/tests-u-runner/runner.sh --astchecker --no-js --show-progress --build-dir x64.release --processes=all passed tests/tests-u-runner/runner.sh --ets-runtime --show-progress --build-dir x64.release --processes=all passed tests/tests-u-runner/runner.sh --parser --no-js --show-progress --build-dir x64.release --processes=all passed Signed-off-by: xingshunxiang <xingshunxiang@huawei.com> | 8 个月前 | |
addCrossModuleUT Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9496 Signed-off-by: wudongchao <wudongchao1@huawei.com> Co-Authored-By: NA | 3 个月前 | |
[LSP] Support two fields that UI Syntax Require Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICH92Q Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 11 个月前 | |
[LSP]: add getColAndLineByOffset Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICQ4CY Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: Ifaa1bbf2791f1eb45834a42652b8a2ec2acf33cf | 11 个月前 | |
Implement SDK API association Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9904 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent Change-Id: I67a56395cf2a2c1f89f22b99a67657ca38eb88b3 | 2 个月前 | |
[LSP]: add some SDK testcases to bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMAP0 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: I004eb87ba1b05895eccd430ae34ca0b47fc5a9cf | 11 个月前 | |
[lsp] the test framework is optimized Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8153 Signed-off-by: lijunru <lijunru9@h-partners.com> Change-id: if6bb679570c8ef822c46ccd62525ac7b15700348 | 7 个月前 | |
lsp fix code fix Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9238 Signed-off-by: fangxiao <fangxiao13@huawei.com> Change-Id: I0361cb46ca1fcac5467da0fbba463c29fc0fed6a | 4 个月前 | |
!9042 merge OpenHarmony_feature_20250702 into OpenHarmony_feature_20250702 [LSPAPI]Removing Convert Export refactor Created-by: doneyildiz Commit-by: döne yıldız Merged-by: openharmony_ci Description: ### **Issue** https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8186 ### **Reason** A critical bug in the convert/export logic causes performance issues and repeated reading of problematic test files. To prevent further errors, the feature is temporarily removed. ### **Description** The algorithm that scans all files to locate where exported items are imported leads to significant time loss and instability during testing. After this change, the issue will no longer occur since the export/import suggestion functionality has been disabled. A more efficient solution will be developed and reintroduced in a future update. ### **Tests** ninja all tests **All required pre-merge tests passed. Results are available in the internal CI.** #### Functional Testing (Mandatory unless the change only involves text) [wiki](https://gitee.com/openharmony/arkcompiler_ets_frontend/wikis/代码提交要求及测试验证流程) 1. es2abc Test Cases (Debug Mode) - [ ] Passed - [ ] Not applicable, no need to verify 2. Verifier Testing - [ ] Passed - [ ] Not applicable, no need to verify 3. 64-bit RK Compilation - [ ] Passed - [ ] Not applicable, no need to verify 4. Compile macOS SDK - [ ] Passed - [ ] Not applicable, no need to verify #### Obfuscation Testing (Mandatory if ArkGuard-related changes are involved) [wiki](https://gitee.com/openharmony/arkcompiler_ets_frontend/wikis/混淆测试验证流程?sort_id=11451209) 1. Unit Tests - [ ] Passed - [ ] Not applicable, no need to verify 2. Compiler Test Suite - [ ] Passed - [ ] Not applicable, no need to verify 3. TSC Extra Test Suite - [ ] Passed - [ ] Not applicable, no need to verify 4. Test262 Test Suite - [ ] Passed - [ ] Not applicable, no need to verify 5. Benchmark Tests - [ ] Passed - [ ] Not applicable, no need to verify 6. Automated Application Test Suite - [ ] Passed - [ ] Not applicable, no need to verify 7. Global Variable Check — Were any global variables created? If so, were they cleared? - [ ] Global variables created and cleared - [ ] Global variables created but not cleared - [ ] No global variables created #### Compatibility Testing (for instruction generation or file format changes) 1. Minor Version Compatibility Test <!-- If the change causes new ABC files to fail on older images, a new version number must be added --> - [ ] Version number added - [ ] Passed - [ ] Not applicable, no need to verify 2. Major Version Compatibility Test <!-- When target-api-version is configured, the generated ABC must run on the corresponding version --> - [ ] Passed - [ ] Not applicable, no need to verify 3. es2abc Version Compatibility Test <!-- ABC files compiled by the new es2abc from an old API version should still be recognized and processed by the old es2abc --> **Note: If the PR involves changes to version control test cases, you must also check its impact on other branches and confirm whether updates are needed in those branches.** - [ ] Affected — Changes impact API/bytecode version and need to be synced to other branches - [ ] Affected — Changes impact API/bytecode version but do not need to be synced to other branches - [ ] Not affected — Changes do not involve API/bytecode version 4. Compatibility Testing for Lexical Environment Changes **Note: If the PR involves modifications to the lexical environment, verify whether it is compatible with hot reload scenarios.** - [ ] Involved, affects hot reload scenarios, requires impact assessment - [ ] Involved, does not affect hot reload scenarios - [ ] Not involved #### Performance Testing (e.g., new syntax checking scenarios) - [ ] Passed - [ ] Not applicable, no need to verify #### Command/abc format modification self-check, please contact the email below, synchronize to the relevant field **Important: For modifications involving the abc2program, libpandafile and isa directories in the runtime_core repository, you must provide a compiled hap package for the helloworld project to the corresponding domain and contact the email address below.** - [ ] Involved, already synchronized - [ ] Not involved **Email:** wutao185@huawei.com See merge request: openharmony/arkcompiler_ets_frontend!9042 | 7 个月前 | |
[LSP]: add testing framework for bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IC5LWC Signed-off-by: liushitong <liushitong@huawei.com> | 1 年前 | |
Refactor DocumentHighlight API Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/10063 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent Change-Id: I449f1aa91a0e4face20e937faaf3aec4ef331e1f | 1 个月前 | |
[LSP] Fix getFileSource from emty file Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICFWG0 Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 1 年前 | |
[LSP] GetFormattingEdits Co-authored-by: irfan1<irfan.karatekin1@huawei-partners.com> | 6 个月前 | |
[LSP] Support getOffsetByColAndLine Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICN9NR Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 11 个月前 | |
[LSP]: fix getOrganizeImports Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICSM2M Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: Idd2c04aaeb0142d915bb265dc624b1e4e1568a85 | 10 个月前 | |
[lsp] the test framework is optimized Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8153 Signed-off-by: lijunru <lijunru9@h-partners.com> Change-id: if6bb679570c8ef822c46ccd62525ac7b15700348 | 7 个月前 | |
addCrossModuleUT Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9496 Signed-off-by: wudongchao <wudongchao1@huawei.com> Co-Authored-By: NA | 3 个月前 | |
sync 0702 to master Issue:https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/8542 Signed-off-by: wuyuanchao <wuyuanchao4@huawei.com> | 7 个月前 | |
Support incremental compile Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9501 Change-Id: Ib895a7c3e692aec6cc0dd848cc61123e0c80192a Signed-off-by: renguangxuan <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 | |
[LSP]: add some SDK testcases to bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMAP0 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: I004eb87ba1b05895eccd430ae34ca0b47fc5a9cf | 11 个月前 | |
[LSP]: add some SDK testcases to bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMAP0 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: I004eb87ba1b05895eccd430ae34ca0b47fc5a9cf | 11 个月前 | |
[lsp api] getsignature Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICQGHP Signed-off-by: lijunru <lijunru9@h-partners.com> | 11 个月前 | |
[LSP]: Add some methods for ts bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IC6EYG Signed-off-by: liushitong <liushitong@huawei.com> | 1 年前 | |
[LSP]: add testing framework for bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IC5LWC Signed-off-by: liushitong <liushitong@huawei.com> | 1 年前 | |
[LSP]: fix getSyntacticDiagnostics Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICQT88 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: Ia4d2ff5d78e62f200af8c1147375a8d4c5e58d4e | 10 个月前 | |
[LSP]: Add a new interface add a new interface to help to get the types of a function Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/7728 Signed-off-by: duoge <1518199740@qq.com> | 8 个月前 | |
addCrossModuleUT Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9496 Signed-off-by: wudongchao <wudongchao1@huawei.com> Co-Authored-By: NA | 3 个月前 | |
LSP support interop Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9989 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent Change-Id: I22be4fa2d595fa91316e3b1fb81b2f71bca62156 | 1 个月前 | |
[LSP]: add some SDK testcases to bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMAP0 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: I004eb87ba1b05895eccd430ae34ca0b47fc5a9cf | 11 个月前 | |
[LSP]: add some SDK testcases to bindings Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICMAP0 Signed-off-by: liushitong <liushitong@huawei.com> Change-Id: I004eb87ba1b05895eccd430ae34ca0b47fc5a9cf | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 9 个月前 | ||
| 11 个月前 | ||
| 9 个月前 | ||
| 17 天前 | ||
| 8 个月前 | ||
| 3 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 2 个月前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 4 个月前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 11 个月前 | ||
| 10 个月前 | ||
| 7 个月前 | ||
| 3 个月前 | ||
| 7 个月前 | ||
| 2 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 8 个月前 | ||
| 3 个月前 | ||
| 1 个月前 | ||
| 11 个月前 | ||
| 11 个月前 |