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

Fix spx getWidget #767

Merged
merged 4 commits into from
Aug 28, 2024
Merged

Fix spx getWidget #767

merged 4 commits into from
Aug 28, 2024

Conversation

nighca
Copy link
Collaborator

@nighca nighca commented Aug 16, 2024

Copy link

qiniu-prow bot commented Aug 16, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

tools/ispx/go.mod Outdated Show resolved Hide resolved
@nighca nighca marked this pull request as ready for review August 28, 2024 01:58
@nighca nighca changed the title [WIP] fix spx getWidget Fix spx getWidget Aug 28, 2024
@@ -48,6 +48,22 @@ func main() {

var mode igop.Mode
ctx := igop.NewContext(mode)
gopbuild.RegisterPackagePatch(ctx, "github.com/goplus/spx", `
Copy link
Member

@visualfc visualfc Aug 28, 2024

Choose a reason for hiding this comment

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

RegisterPackagePatch 可以检查返回值 error ,判断是否存在语法错误。

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done bfe2780

Copy link

qiniu-prow bot commented Aug 28, 2024

@nighca: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
goplus-builder-pr-review-environment-test f01c0f7 link true /test goplus-builder-pr-review-environment-test

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.

@aofei aofei merged commit 9876343 into goplus:dev Aug 28, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getWidget in ispx
3 participants