-
Notifications
You must be signed in to change notification settings - Fork 86
Comparing changes
Open a pull request
base repository: golang/mod
base: v0.10.0
head repository: golang/mod
compare: v0.11.0
- 8 commits
- 14 files changed
- 3 contributors
Commits on May 17, 2023
-
modfile: use semantic sort for exclude blocks
For golang/go#60028. Change-Id: I4c7a726a900fc7c4b34816eba5cfd0361c45315f Reviewed-on: https://go-review.googlesource.com/c/mod/+/492990 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Bryan Mills <bcmills@google.com>
Configuration menu - View commit details
-
Copy full SHA for e7bea8f - Browse repository at this point
Copy the full SHA e7bea8fView commit details
Commits on May 23, 2023
-
modfile: add support for go and toolchain lines
As part of the forward compatibility work, a new toolchain line is being added, and go lines are allowed to specify toolchain versions like "1.21.0" or "1.21rc1" now. (The lax RE has allowed this for quite some time; what's new here is allowing it in the main module.) For golang/go#57001. Change-Id: I1dc01289381fe080644a7a391b97a65158938f39 Reviewed-on: https://go-review.googlesource.com/c/mod/+/497397 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com> Run-TryBot: Russ Cox <rsc@golang.org>
Configuration menu - View commit details
-
Copy full SHA for a73672d - Browse repository at this point
Copy the full SHA a73672dView commit details -
modfile: add parsing support for toolchain
Add new toolchain directive to go.mod and go.work parser. Also fix error checking in parsing tests. For golang/go#57001. Change-Id: Ib7603f82cbd667f2152ed6b0c5989f08c28ceb1c Reviewed-on: https://go-review.googlesource.com/c/mod/+/497399 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
Configuration menu - View commit details
-
Copy full SHA for 1846133 - Browse repository at this point
Copy the full SHA 1846133View commit details -
modfile: add support for dropping go and toolchain stmts
Also add tests of previous CLs. For golang/go#57001. Change-Id: I755429dd07c0e84910108ce9807d607115329b79 Reviewed-on: https://go-review.googlesource.com/c/mod/+/497400 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
Configuration menu - View commit details
-
Copy full SHA for fc83a8f - Browse repository at this point
Copy the full SHA fc83a8fView commit details
Commits on Jun 2, 2023
-
sumdb: add missing return after http.Error
Change-Id: Ic0a9149713f7981e44629b2d96cf2a6ec52d6976 Reviewed-on: https://go-review.googlesource.com/c/mod/+/500455 Reviewed-by: Bryan Mills <bcmills@google.com> Auto-Submit: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com>
Configuration menu - View commit details
-
Copy full SHA for e343115 - Browse repository at this point
Copy the full SHA e343115View commit details
Commits on Jun 5, 2023
-
sumdb: correct spelling mistakes
Change-Id: Idb3276b201dbce094201fc5824a1e151f4f71ce8 Reviewed-on: https://go-review.googlesource.com/c/mod/+/500456 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
Configuration menu - View commit details
-
Copy full SHA for e81ad10 - Browse repository at this point
Copy the full SHA e81ad10View commit details -
modfile: update toolchain syntax
Final revisions for Go 1.21: lock down the toolchain syntax to use 'toolchain default' instead of 'toolchain local', to avoid confusion with 'GOTOOLCHAIN=local'; 'toolchain local' does not always mean the same thing. Also remove the prefix-go1.2.3 toolchain name form, leaving only go1.2.3-suffix. There is no need to have two different forms, and it's confusing. For golang/go#57001. Change-Id: I16623c796c620e98178deed899e28a00e85fcc21 Reviewed-on: https://go-review.googlesource.com/c/mod/+/500755 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
Configuration menu - View commit details
-
Copy full SHA for 2a1c06a - Browse repository at this point
Copy the full SHA 2a1c06aView commit details
Commits on Jun 6, 2023
-
sumdb: handle panic from c.ReadRemote during ReadTiles
The go command tests use a network stack that sometimes panics during read. This code was assuming a network stack that returns errors instead. If a tile-reading goroutine panicked, ReadTiles considered it done with data, err = nil, nil, and then there was a race between ReadTiles failing with an error about a suspiciously short tile and the panicking goroutine getting to run and bring down the entire program. Remove the race by converting the panic into an error during ReadTiles. For a test in golang/go#57001. Change-Id: I9b18a244238e67c27a15b93f8397bf3ab44b06e6 Reviewed-on: https://go-review.googlesource.com/c/mod/+/501035 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
Configuration menu - View commit details
-
Copy full SHA for 62c7e57 - Browse repository at this point
Copy the full SHA 62c7e57View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...v0.11.0