Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common][PIR] fix SimplifyErrorTypeFormat formatting error #63106

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

gouzil
Copy link
Member

@gouzil gouzil commented Mar 29, 2024

PR Category

User Experience

PR Types

Bug fixes

Description

修复错误的 error 提示格式化

示例:

修复前

(Destroyed a op_result that is still in use. The owner op typ) builtin.parameter (at /Users/gouzi/Documents/git/Paddle/paddle/pir/src/core/op_result_impl.cc:36)

修复后

Destroyed a op_result that is still in use. The owner op type is: builtin.parameter (at /Users/gouzi/Documents/git/Paddle/paddle/pir/src/core/op_result_impl.cc:36)

Copy link

paddle-bot bot commented Mar 29, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label Mar 29, 2024
Copy link

paddle-bot bot commented Mar 29, 2024

❌ The PR is not created using PR's template. You can refer to this Demo.
Please use PR's template, it helps save our maintainers' time so that more developers get helped.

@gouzil gouzil requested a review from SigureMo March 29, 2024 09:21
Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMeow 🐾

@gouzil gouzil merged commit b69c3dc into PaddlePaddle:develop Mar 29, 2024
30 checks passed
SigureMo pushed a commit that referenced this pull request Apr 2, 2024
@gouzil gouzil deleted the fix_enforce_err_msg branch April 23, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor External developers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants