-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
go/ssa: remove outdated doc in CreatePackage and add respective test cases #518
go/ssa: remove outdated doc in CreatePackage and add respective test cases #518
Conversation
This PR (HEAD: 7518934) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/612718. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 1: (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 1: Hold+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Xie Yuchen: Patch Set 1: (7 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Xie Yuchen: Patch Set 1: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
This PR (HEAD: c058a06) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/612718. Important tips:
|
Message from Xie Yuchen: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 2: Hold+1 (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
…cases It also removes the deprecated loader package and uses packages and txtar to load the package for testing. Now all packages are created under a go module.
c058a06
to
f002efa
Compare
This PR (HEAD: f002efa) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/612718. Important tips:
|
Message from Xie Yuchen: Patch Set 2: (13 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 5: Hold+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Xie Yuchen: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Xie Yuchen: Patch Set 5: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
Message from Tim King: Patch Set 5: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/612718. |
close it as i'm going to split these changes into smaller pieces. |
It also removes the deprecated loader package and uses packages and txtar to load the package for testing. Now all packages are created under a go module.