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/term
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: golang/term
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 17, 2022

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I481d3392e3d112911300c7bcf9411df0c6b73bd6
    Reviewed-on: https://go-review.googlesource.com/c/term/+/443415
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    8365914 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. term: remove unused variable

    The eraseUnderCursor variable is unused, it came in with the import
    of the x/crypto/ssh/terminal package at d7a7210 but is not referenced
    here.
    
    When this package is vendored, the unused unexported name trips warnings
    from tools like staticcheck.
    
    Change-Id: I4289239edcdfec434ec26b164ae6c0a9b9ee7067
    GitHub-Last-Rev: a4ab586
    GitHub-Pull-Request: #10
    Reviewed-on: https://go-review.googlesource.com/c/term/+/446455
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    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: Bryan Mills <bcmills@google.com>
    creachadair authored and gopherbot committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f6f2839 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. go.mod: update golang.org/x dependencies

    Update golang.org/x dependencies to their latest tagged versions.
    Once this CL is submitted, and post-submit testing succeeds on all
    first-class ports across all supported Go versions, this repository
    will be tagged with its next minor version.
    
    Change-Id: I881b6b77e89e8d521940c996e893be72632b4867
    Reviewed-on: https://go-review.googlesource.com/c/term/+/448456
    Reviewed-by: Than McIntosh <thanm@google.com>
    Run-TryBot: Gopher Robot <gobot@golang.org>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Heschi Kreinick <heschi@google.com>
    Auto-Submit: Gopher Robot <gobot@golang.org>
    gopherbot committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    f72a2d8 View commit details
    Browse the repository at this point in the history
Loading