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

Commits on May 17, 2023

  1. go.mod: upgrade to go 1.17

    This change was produced using 'go mod tidy -go=1.17'
    with a go command built at CL 315210.
    
    This activates lazy loading, and updates the go.mod file to maintain
    the lazy-loading invariants (namely, including an explicit requirement
    for every package transitively imported by the main module).
    
    Note that this does *not* prevent users with earlier go versions from
    successfully building packages from this module.
    
    For golang/go#36460.
    
    Change-Id: Idb3d8d056d41bb254d0b5d9b2699ac33a51081f3
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/316130
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Commit-Queue: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Jonathan Amsterdam <jba@google.com>
    Run-TryBot: Bryan Mills <bcmills@google.com>
    Bryan C. Mills authored and gopherbot committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a6666c1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. singleflight: example for using Group

    Fixes golang/go#60208
    
    Change-Id: I422a45c0f139ba47045f47cec1c96d300a2a424f
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/496535
    Run-TryBot: Bryan Mills <bcmills@google.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Reviewed-by: Ian Lance Taylor <iant@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    seankhliao authored and gopherbot committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4966af6 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. errgroup: use WithCancelCause to cancel context

    Fixes golang/go#59355
    
    Change-Id: Ib6a88e7e5fefe7b0d5672035af16d109aabcbf1e
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/481255
    TryBot-Result: Gopher Robot <gobot@golang.org>
    Run-TryBot: Bryan Mills <bcmills@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    Reviewed-by: Michael Knyszek <mknyszek@google.com>
    Auto-Submit: Bryan Mills <bcmills@google.com>
    jonjohnsonjr authored and gopherbot committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    93782cc View commit details
    Browse the repository at this point in the history
Loading