Pull Request已成功合入, 合并人@CANN-robot
(感谢 chupeng 的贡献)以下是根据您提交的修改文件推荐的Reviewer和Committer序列,需各模块评审通过后方可合入
| Module List | Reviewers | Committers |
|---|---|---|
| repo-cann/asc-devkit | N/A | xun_zhuge, YeZZzzz1, bluesky901, yanqingshang, shi_nanxiang |


🔵 source code change are detected, tasks labels is removed in this pull request!


流水线任务触发成功 [流水线指导]
任务链接 [30d16ea65ec2483cacb729a82430ade3]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| codecheck | ❌ FAILED | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| UT_Test_3 | ⚪ ABORTED | ||
| UT_Test_2 | ⚪ ABORTED | ||
| UT_Test_1 | ⚪ ABORTED | ||
| UT_Test | ⚪ ABORTED | ||
| UT_Test_reprot | ⚪ ABORTED |
[2026-01-29 16:27:44] CI执行失败


代码可读性: 版本号格式不一致,mockcpp的版本号'v2.7-h1'使用了自定义的'h1'后缀,而其他项目如googletest、boost、json等都使用标准的语义化版本格式。这种不一致性会影响代码的可读性和维护性,特别是在自动化处理版本号时可能导致解析错误。
问题类型: 代码可读性
文件路径: Third_Party_Open_Source_Software_List.yaml
行号: 1
问题代码:
mockcpp:
version: v2.7-h1
修改建议:
建议统一版本号格式,要么使用标准的语义化版本(如v2.7.1),要么在文档中明确说明自定义版本号的格式规范。如果'h1'表示特定的补丁或构建版本,可以考虑使用标准的预发布标签格式,如'v2.7.0-h1'。
此评论由代码审查工具自动生成


代码可读性: llvm的版本号'15.0.4'缺少'v'前缀,与其他项目(如googletest的'v1.14.0'、boost的'v1.87.0'、json的'v3.11.3')的格式不一致。这种不一致性会影响代码的统一性和可维护性。
问题类型: 代码可读性
文件路径: Third_Party_Open_Source_Software_List.yaml
行号: 11
问题代码:
llvm:
version: 15.0.4
修改建议:
建议统一版本号前缀格式,要么在所有版本号前都加上'v'前缀(如'v15.0.4'),要么全部移除'v'前缀。建议采用带'v'前缀的格式,因为这是Git标签的常见格式。
此评论由代码审查工具自动生成


流水线任务触发成功 [流水线指导]
任务链接 [48b07eeda8dd4241a5c7caeffc25c180]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| codecheck | ❌ FAILED | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| UT_Test_3 | ⚪ ABORTED | ||
| UT_Test_2 | ⚪ ABORTED | ||
| UT_Test_1 | ⚪ ABORTED | ||
| UT_Test | ⚪ ABORTED | ||
| UT_Test_reprot | ⚪ ABORTED |
[2026-01-29 17:38:37] CI执行失败


流水线任务触发成功 [流水线指导]
任务链接 [3680f9eb24534d5e8cd1e86bfc3a1265]
| 任务名称 | 状态 | 日志 | 下载链接 |
|---|---|---|---|
| Compile_Ascend_X86 | ✅ SUCCESS | >>>>> | >>>>> |
| Compile_Ascend_ARM | ✅ SUCCESS | >>>>> | >>>>> |
| API_Check | ✅ SUCCESS | >>>>> | |
| codecheck | ✅ SUCCESS | >>>>> | |
| SCA | ✅ SUCCESS | >>>>> | |
| anti_virus | ✅ SUCCESS | >>>>> | |
| Check_Pr | ✅ SUCCESS | >>>>> | |
| UT_Test_3 | ✅ SUCCESS | ||
| UT_Test_2 | ✅ SUCCESS | ||
| UT_Test_1 | ✅ SUCCESS | ||
| UT_Test | ✅ SUCCESS | ||
| UT_Test_reprot | ✅ SUCCESS |
[2026-01-29 20:29:11] CI执行结束


/approve


/lgtm


Review Guide
This Pull-Request Passes Review.
Committers who wrote a comment of /approve are: xun_zhuge.
Reviewers who wrote a comment of /lgtm are: chenyiyuan, xun_zhuge.


The MR can not be merged, because of CodeReview discussion not resolved
If you want to solve this problem, you can click here to do it in the FAQs.


Review Guide
This Pull-Request Passes Review.
Committers who wrote a comment of /approve are: xun_zhuge.
Reviewers who wrote a comment of /lgtm are: chenyiyuan, xun_zhuge.


描述
add Third_Party.yaml
关联的Issue
NA
测试
编包装包正常
文档更新
NA
类型标签