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: fix go test errors #2169

Merged
merged 6 commits into from
Dec 5, 2022
Merged

fix: fix go test errors #2169

merged 6 commits into from
Dec 5, 2022

Conversation

misitebao
Copy link
Contributor

@misitebao misitebao commented Dec 1, 2022

  • Fix errors in tests
  • Fix failed test cases

Most errors are caused by missing //go:build windows build tags.

Fatal errors during testing have been fixed, but there are still some use cases that don't pass the test.

@misitebao misitebao changed the title fix: fix go test errors fix: fix 'go test' errors Dec 1, 2022
@misitebao misitebao mentioned this pull request Dec 1, 2022
3 tasks
@misitebao misitebao changed the title fix: fix 'go test' errors fix: fix go test errors Dec 1, 2022
@@ -38,7 +38,7 @@ type Project struct {
/*** Internal Data ***/

// The path to the project directory
Path string
Path string `json:"projectdir"`
Copy link
Contributor Author

@misitebao misitebao Dec 3, 2022

Choose a reason for hiding this comment

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

@leaanthony The modification here is so that the test case can run normally, but I don't know if it will affect other code operations.

@misitebao misitebao marked this pull request as ready for review December 3, 2022 21:13
@leaanthony
Copy link
Member

I've pushed a couple of changes to see if it would fix the linker errors and it does appear to be fixed. Thoughts?

@misitebao
Copy link
Contributor Author

I've pushed a couple of changes to see if it would fix the linker errors and it does appear to be fixed. Thoughts?

I think it's ok to merge.

@misitebao misitebao requested a review from leaanthony December 5, 2022 16:29
@leaanthony leaanthony merged commit f70d9de into wailsapp:master Dec 5, 2022
@leaanthony
Copy link
Member

Good job!!

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.

2 participants