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

Commits on Oct 4, 2024

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

    Update golang.org/x dependencies to their latest tagged versions.
    
    Change-Id: Ia7d9ea1a17c8ac37e5c48bd44aa629082490a62c
    Reviewed-on: https://go-review.googlesource.com/c/exp/+/617664
    Reviewed-by: David Chase <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Gopher Robot <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    gopherbot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    225e2ab View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. apidiff: avoid comparing instantiated aliases

    During the initial step of comparing APIs, we associate
    named types in both the old and new worlds. This doesn't work
    if the named type is an alias to an instantiated type, so skip
    that case. The proper comparison will happen subsequently.
    
    Fixes golang/go#67051.
    
    Change-Id: Ia405f842e8bf5e258cbcc0748a644d2cea83117a
    Reviewed-on: https://go-review.googlesource.com/c/exp/+/618617
    Reviewed-by: Tim King <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    jba committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f66d83c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. errors: make go directive explicit

    In modern versions of the go command, if the go directive is missing,
    go 1.16 is assumed. See https://go.dev/ref/mod#go-mod-file-go.
    
    Add the go directive with 1.16 explicitly, otherwise running go mod tidy
    (as done by the monthly tagging workflow) will initialize it with a much
    higher version. This module holds experimental packages for an old draft
    design, after all.
    
    Change-Id: I0a31a56df624f6052249122c66153b91bb321a37
    Reviewed-on: https://go-review.googlesource.com/c/exp/+/626216
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    dmitshur authored and gopherbot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    04b2079 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: If52cbad4c257f528178b69638f0d1e1f2d5da810
    Reviewed-on: https://go-review.googlesource.com/c/exp/+/626481
    Reviewed-by: David Chase <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Dmitri Shuralyov <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    gopherbot committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2d47ceb View commit details
    Browse the repository at this point in the history
Loading