| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| SyntaxMultiErrors with known tokens Desc: Now we can handle multi syntax errors when a single token expected Reason: we need multi errors Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAKA33 Signed-off-by: lirismankarina <lirisman.karina@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Changed format of ets2panda diagnostics output Adjusts all tests accordingly. Two warnings were not proper diagnostics and were just printed to cerr, moving them to cout required adding them to the srcdumper ignore list. Diagnostics should be printed on cerr, but that part was left for a later PR, because too many tests rely on the current behaviour in subtle ways. Also improved diagnostics contribution README.md and added an explanation of the diagnostic prefixes. Fixes #21192 internal issue. Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPCXY Testing: ast, astchecker, parser Change-Id: I37049bb0cfdef72d5b6516fbcffb9eb8794c83d1 Co-authored-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> Signed-off-by: Peter Pronai <peter.pronai@h-lab.eu> | 7 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| SyntaxMultiErrors with known tokens Desc: Now we can handle multi syntax errors when a single token expected Reason: we need multi errors Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAKA33 Signed-off-by: lirismankarina <lirisman.karina@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| SyntaxMultiErrors with known tokens Desc: Now we can handle multi syntax errors when a single token expected Reason: we need multi errors Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IAKA33 Signed-off-by: lirismankarina <lirisman.karina@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fix class range Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9639 Signed-off-by: oh-rgx1 <renguangxuan@huawei.com> Co-Authored-By: Agent | 2 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Fixes filenames in error inside packages * Fixed incorrect filenames in TypeErrors during compilation package * Fixed error position of TypeError in broken expression * Fixed error position inside imported classes * Fixed error position of errors inside implicit constructor * Added pointer to Program to SourcePosition * Removed work with Program from Diagnostic * Temporary deleted incorrect position in inplace generated code Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBOS4X Signed-off-by: Kaskov Mikhail <kaskov.mikhail@huawei.com> | 1 年前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |
| Remove decorator Issue: https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/ICPKZK Signed-off-by: yaohaosen <yaohaosen@huawei.com> | 8 个月前 |
| Update all copyrights Update all copyrights for 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 1 年前 |