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

Commits on Feb 14, 2025

  1. all: upgrade go directive to at least 1.23.0 [generated]

    By now Go 1.24.0 has been released, and Go 1.22 is no longer supported
    per the Go Release Policy (https://go.dev/doc/devel/release#policy).
    
    For golang/go#69095.
    
    [git-generate]
    (cd . && go get [email protected] && go mod tidy && go fix ./... && go mod edit -toolchain=none)
    
    Change-Id: Ia92133521e64a509dbf90ea4945a0c943b961cb2
    Reviewed-on: https://go-review.googlesource.com/c/term/+/649398
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Cherry Mui <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    gopherbot committed Feb 14, 2025
    Configuration menu
    Copy the full SHA
    208db03 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Iaed852644381f73352fe26488aa2eb82f4b68c4e
    Reviewed-on: https://go-review.googlesource.com/c/term/+/655035
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    gopherbot committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    04218fd View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. x/term: disabling auto-completion around GetPassword()

    Triggering the completion during password input might cause some
    unintended behavior around handling of TAB, or maybe the auto-completion
    functionality would review the secret input. Hence simply
    disabling/re-enabling it around the t.readLine call.
    
    Fixes #72736
    
    Change-Id: I64270e8570086247247466afb2536b2581d6af25
    Reviewed-on: https://go-review.googlesource.com/c/term/+/607115
    Reviewed-by: David Chase <[email protected]>
    Reviewed-by: Keith Randall <[email protected]>
    Auto-Submit: Sean Liao <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    vingarzan authored and gopherbot committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    e770ddd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: I84956d670066c4699c9f1167d8d5f64111108109
    Reviewed-on: https://go-review.googlesource.com/c/term/+/663095
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Reviewed-by: David Chase <[email protected]>
    gopherbot committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    5d2308b View commit details
    Browse the repository at this point in the history
Loading