-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
cmd/go: respect -mod=readonly when performing 'mod verify' #31729
Conversation
This PR (HEAD: 6e33b78) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/174258 to see it. Tip: You can toggle comments from me using the |
Message from Emmanuel Odeke: Patch Set 1: Run-TryBot+1 Thank for this change Haosdent! I shall page some experts for this. Also, we'll need to add a test in cmd/go/testdata/script/mod_readonly.txt Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from Gobot Gobot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=151a9624 Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from haosdent huang: Patch Set 1:
WoW, thx @emmanuel. Let me add later and ping you again. Orz Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from Gobot Gobot: Patch Set 1: Build is still in progress... Other builds still in progress; subsequent failure notices suppressed until final report. Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from Gobot Gobot: Patch Set 1: TryBot-Result-1 6 of 20 TryBots failed: Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from Bryan C. Mills: Patch Set 1: Code-Review-1 https://golang.org/cl/166237 seems to implement the same change more comprehensively. This change needs a test; otherwise, it's not obvious to me that it actually fixes the repro case reported in #31372. Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
a1b0af9
to
93a79bb
Compare
4a7ed1f
to
0f992b9
Compare
Message from Go Bot: Patch Set 1: TryBots beginning. Status page: https://farmer.golang.org/try?commit=151a9624 Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Message from Go Bot: Patch Set 1: Build is still in progress... Other builds still in progress; subsequent failure notices suppressed until final report. Consult https://build.golang.org/ to see whether they are new failures. Keep in mind that TryBots currently test exactly your git commit, without rebasing. If your commit's git parent is old, the failure might've already been fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/174258. |
Fixes #31372