Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: golang/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.0
Choose a base ref
...
head repository: golang/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 5, 2025

  1. go.mod: update tagx:ignore'd golang.org/x dependencies

    These dependencies aren't yet automatically updated due to cycles,
    leaving them to be maintained manually. They haven't been updated
    in some time. Do that now.
    
    Updating to a newer x/tools version fixes a build error at Go tip:
    
    $ go version
    go version go1.25-devel_eebae283b6 Mon Jun 2 15:28:33 2025 -0700 darwin/arm64  # CL 675736
    $ go test -c -o=/dev/null ./...
    # golang.org/x/tools/internal/tokeninternal
    $GOMODCACHE/golang.org/x/tools@v0.21.1-0.20240508182429-e35e4ccd0d2d/internal/tokeninternal/tokeninternal.go:64:9: invalid array length -delta * delta (constant -256 of type int64)
    FAIL	golang.org/x/text/cmd/gotext [build failed]
    
    For golang/go#73264.
    For golang/go#73205.
    
    Change-Id: Ie6be2f827ba7e49f6d8469e9a53f314b4247759d
    Reviewed-on: https://go-review.googlesource.com/c/text/+/679115
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    dmitshur authored and gopherbot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    6cacac1 View commit details
    Browse the repository at this point in the history
  2. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ie551df012b5a8d6a6a0d5acb00b0955c7aec2b41
    Reviewed-on: https://go-review.googlesource.com/c/text/+/678640
    Reviewed-by: Carlos Amedee <carlos@golang.org>
    Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    gopherbot committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    8072180 View commit details
    Browse the repository at this point in the history
Loading