From d7c1592026776ec541319900cab829f6a4acd5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=99=93=E7=82=9C?= Date: Wed, 6 Jul 2022 12:28:44 +0000 Subject: [PATCH] !1016 Switch component name from ark to arkcompiler for runtime_core * Switch component name from ark to arkcompiler for runtime_core --- sig/sig-compileruntime/sig-compile-runtime.md | 2 +- sig/sig-compileruntime/sig-compile-runtime_cn.md | 2 +- sig/sigs.json | 6 ++++-- zh/committer.md | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sig/sig-compileruntime/sig-compile-runtime.md b/sig/sig-compileruntime/sig-compile-runtime.md index 024e9f0..a5697fa 100644 --- a/sig/sig-compileruntime/sig-compile-runtime.md +++ b/sig/sig-compileruntime/sig-compile-runtime.md @@ -47,7 +47,7 @@ - third_party_llvm-project: https://gitee.com/openharmony-sig/third_party_llvm-project - third_party_lldb-mi: https://gitee.com/openharmony-sig/third_party_lldb-mi - - ark_runtime_core: https://gitee.com/openharmony/ark_runtime_core + - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - ark_js_runtime: https://gitee.com/openharmony/ark_js_runtime - ark_ts2abc: https://gitee.com/openharmony/ark_ts2abc - third_party_miniz: https://gitee.com/openharmony/third_party_miniz diff --git a/sig/sig-compileruntime/sig-compile-runtime_cn.md b/sig/sig-compileruntime/sig-compile-runtime_cn.md index dd4d1ad..3389cf6 100644 --- a/sig/sig-compileruntime/sig-compile-runtime_cn.md +++ b/sig/sig-compileruntime/sig-compile-runtime_cn.md @@ -46,7 +46,7 @@ - third_party_llvm-project: https://gitee.com/openharmony-sig/third_party_llvm-project - third_party_lldb-mi: https://gitee.com/openharmony-sig/third_party_lldb-mi - - ark_runtime_core: https://gitee.com/openharmony/ark_runtime_core + - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - ark_js_runtime: https://gitee.com/openharmony/ark_js_runtime - ark_ts2abc: https://gitee.com/openharmony/ark_ts2abc - third_party_miniz: https://gitee.com/openharmony/third_party_miniz diff --git a/sig/sigs.json b/sig/sigs.json index 1928772..b982c4d 100755 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -731,7 +731,8 @@ "https://gitee.com/openharmony/js_util_module", "https://gitee.com/openharmony/js_worker_module", "https://gitee.com/openharmony-sig/utils_memory", - "https://gitee.com/openharmony-sig/third_party_mimalloc" + "https://gitee.com/openharmony-sig/third_party_mimalloc", + "https://gitee.com/openharmony/arkcompiler_runtime_core" ], "project-path": [ "base/compileruntime/js_api_module", @@ -739,7 +740,8 @@ "base/compileruntime/js_util_module", "base/compileruntime/js_worker_module", "utils/memory", - "third_party/mimalloc" + "third_party/mimalloc", + "arkcompiler/runtime_core" ] }, { diff --git a/zh/committer.md b/zh/committer.md index 05bb1dd..edaf60c 100644 --- a/zh/committer.md +++ b/zh/committer.md @@ -255,7 +255,7 @@ |253|hiviewdfx_hicollie|base/hiviewdfx/hicollie|https://gitee.com/ericlee|liyu1@huawei.com|https://gitee.com/stesen|stesen.ma@huawei.com|SIG_BasicSoftwareService| |254|third_party_ejdb|third_party/ejdb|https://gitee.com/ericlee|liyu1@huawei.com|https://gitee.com/yaomanhai|yaomanhai@huawei.com|SIG_BasicSoftwareService| |255|third_party_iowow|third_party/iowow|https://gitee.com/ericlee|liyu1@huawei.com|https://gitee.com/yaomanhai|yaomanhai@huawei.com|SIG_BasicSoftwareService| -|256|ark_runtime_core|ark/runtime_core|https://gitee.com/peijiajun|peijiajun@hisilicon.com|https://gitee.com/igelhaus
https://gitee.com/konstantinbaladurin
https://gitee.com/godmiaozi|soldatov.anton@huawei.com
konstantin.baladurin@huawei.com
pengbiao1@huawei.com|SIG_CompileRuntime| +|256|arkcompiler_runtime_core|arkcompiler/runtime_core|https://gitee.com/peijiajun|peijiajun@hisilicon.com|https://gitee.com/igelhaus
https://gitee.com/konstantinbaladurin
https://gitee.com/godmiaozi|soldatov.anton@huawei.com
konstantin.baladurin@huawei.com
pengbiao1@huawei.com|SIG_CompileRuntime| |257|ark_js_runtime|ark/js_runtime|https://gitee.com/wuzhefengh|wuzhefeng1@huawei.com|https://gitee.com/sunzhe23
https://gitee.com/gongjunsong|sunzhe23@huawei.com
gongjunsong@huawei.com|SIG_CompileRuntime| |258|ark_ts2abc|ark/ts2abc|https://gitee.com/godmiaozi|pengbiao1@huawei.com|https://gitee.com/huanghuijin|huanghuijin@huawei.com|SIG_CompileRuntime| |259|third_party_miniz|third_party/miniz|https://gitee.com/dong-kaixing|dongkaixing2@huawei.com|||SIG_CompileRuntime| -- GitLab