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.3.8
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.4.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Oct 12, 2022

  1. all: fix a few function names on comments

    Change-Id: Ibdf787b7a62e8201393f2a4487cd8c67d8b0c91d
    Reviewed-on: https://go-review.googlesource.com/c/text/+/441717
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Joedian Reid <joedian@golang.org>
    cuishuang authored and gopherbot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    369c86b View commit details
    Browse the repository at this point in the history
  2. go.mod: ignore cyclic dependency for tagging

    Followup to CL 439295; let's try tagging indirect deps too.
    
    For golang/go#48523.
    
    Change-Id: I35c6b8a3ad382b585c0042888abf085e053ef8fb
    Reviewed-on: https://go-review.googlesource.com/c/text/+/442517
    Auto-Submit: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    heschi authored and gopherbot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    ecab6e5 View commit details
    Browse the repository at this point in the history
  3. go.mod: ignore cyclic dependency for tagging

    Another followup to CL 439295, sorry. I forgot x/mod is also a problem,
    just via a longer path.
    
    For golang/go#48523.
    
    Change-Id: I0e1685bedc0747f8a939cd650d603910450c61d6
    Reviewed-on: https://go-review.googlesource.com/c/text/+/442518
    Auto-Submit: Heschi Kreinick <heschi@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Run-TryBot: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    heschi authored and gopherbot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    252bee0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. language: remove compatibility with go < 1.2

    This was added in 9f86e0b to provide compatibility with go1.1, which is an obsolete version.
    
    Change-Id: Ie3edbf9bd377608344e14ba327c437cbc4aa0c9a
    GitHub-Last-Rev: a009d8c
    GitHub-Pull-Request: #37
    Reviewed-on: https://go-review.googlesource.com/c/text/+/442796
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Joedian Reid <joedian@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Run-TryBot: Ian Lance Taylor <iant@google.com>
    Auto-Submit: Ian Lance Taylor <iant@google.com>
    thaJeztah authored and gopherbot committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1bdb400 View commit details
    Browse the repository at this point in the history
Loading