Skip to content

ref(core): 移除输入解析器中的冗余警告#138

Merged
SunYanbox merged 1 commit intodevelopfrom
fix/136-remove-meaningless-deprecationwarning-residue-in-parse_func_call
May 4, 2026
Merged

ref(core): 移除输入解析器中的冗余警告#138
SunYanbox merged 1 commit intodevelopfrom
fix/136-remove-meaningless-deprecationwarning-residue-in-parse_func_call

Conversation

@SunYanbox
Copy link
Copy Markdown
Owner

  • 修复问题: 清理已解决的重复警告逻辑
    • 删除 src/core/input_parser.py 中针对 <func_call> 标签的 warnings.warn 调用
    • 移除不再需要的 import warnings 依赖

- 修复问题: 清理已解决的重复警告逻辑
  * 删除 `src/core/input_parser.py` 中针对 `<func_call>` 标签的 `warnings.warn` 调用
  * 移除不再需要的 `import warnings` 依赖
@SunYanbox SunYanbox added the bug Something isn't working label May 4, 2026
@SunYanbox SunYanbox merged commit 3343e38 into develop May 4, 2026
3 checks passed
@SunYanbox SunYanbox deleted the fix/136-remove-meaningless-deprecationwarning-residue-in-parse_func_call branch May 4, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Remove meaningless DeprecationWarning residue in parse_func_call / 移除 parse_func_call 中残留的无意义 DeprecationWarning

1 participant