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.8.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.10.0
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 12, 2023

  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: Ib68756ce1a8aef7c99ff86e6c71a72794886de0e
    Reviewed-on: https://go-review.googlesource.com/c/term/+/502517
    Reviewed-by: Heschi Kreinick <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Run-TryBot: Gopher Robot <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    gopherbot committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f6de4a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. term: consistently return zeroes on GetSize error

    All other platform have return value of 0 for error when trying to get
    the terminal size while unix have -1. That makes it hard to catch
    whether the value passed from it was inserted on purpose.
    
    Change-Id: If47d07bd2d4f6cd439ad0ff4958e4095c8e4df9d
    GitHub-Last-Rev: 39cb14d
    GitHub-Pull-Request: #6
    Reviewed-on: https://go-review.googlesource.com/c/term/+/506235
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Auto-Submit: Ian Lance Taylor <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    qxxt authored and gopherbot committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    88fcf87 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  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: Ifd1732a667fa67f0ee1e06c6a8afb7fc7d71f54f
    Reviewed-on: https://go-review.googlesource.com/c/term/+/507835
    Run-TryBot: Gopher Robot <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Carlos Amedee <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    gopherbot committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    edd9fb7 View commit details
    Browse the repository at this point in the history
Loading