-
Notifications
You must be signed in to change notification settings - Fork 33
feat: add tools/ai/wasmtrans #1576
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
base: dev
Are you sure you want to change the base?
Conversation
Skipping CI for Draft Pull Request. |
|
||
// Process response and execute command. | ||
if resp.CommandName == "" { | ||
// TODO: Treat this as a retryable error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A Note is recommended to use "MARKER(uid): note body" format.
Details
lint 解释
这个lint结果提示你使用“MARKER(uid): note body”格式来记录注释,以提高代码的可读性和一致性。
错误用法
// 这是一个错误的注释格式
正确用法
// MARKER(12345): 这是一个正确的注释格式
💡 以上内容由 AI 辅助生成,如有疑问欢迎反馈交流
dd894f1
to
2da0e78
Compare
Updates goplus#1454 Signed-off-by: Aofei Sheng <[email protected]>
Updates goplus#1454 Signed-off-by: Aofei Sheng <[email protected]>
Updates goplus#1454 Signed-off-by: Aofei Sheng <[email protected]>
This PR has been deployed to the preview environment. You can explore it using the preview URL. Warning Please note that deployments in the preview environment are temporary and will be automatically cleaned up after a certain period. Make sure to explore it before it is removed. For any questions, contact the Go+ Builder team. |
Updates #1454