-
Notifications
You must be signed in to change notification settings - Fork 26
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
Fix spx getWidget
#767
Fix spx getWidget
#767
Conversation
Skipping CI for Draft Pull Request. |
30f4b6d
to
35c6e08
Compare
tools/ispx/main.go
Outdated
@@ -48,6 +48,22 @@ func main() { | |||
|
|||
var mode igop.Mode | |||
ctx := igop.NewContext(mode) | |||
gopbuild.RegisterPackagePatch(ctx, "github.com/goplus/spx", ` |
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.
RegisterPackagePatch 可以检查返回值 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.
done bfe2780
@nighca: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
close #765
Based on: