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 Loading
base: v0.1.0
Choose a base ref
...
head repository: golang/sync Loading
compare: v0.3.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. singleflight: make the check for exec support in TestPanicDoChan plat…

    …form-agnostic
    
    The new wasip1 GOOS does not support exec, but some ios environments
    (like Corellium) might. Update the test to exec itself with -test.list
    as a control case.
    
    For golang/go#58141.
    
    Change-Id: Id69950fc394910620f6c73cb437ca75c09ad8c29
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/485980
    Run-TryBot: Bryan Mills <[email protected]>
    Commit-Queue: Bryan Mills <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    Reviewed-by: Johan Brandhorst-Satzkorn <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    Bryan C. Mills authored and gopherbot committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    1ea3257 View commit details
    Browse the repository at this point in the history

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 <[email protected]>
    Commit-Queue: Bryan Mills <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Jonathan Amsterdam <[email protected]>
    Run-TryBot: Bryan Mills <[email protected]>
    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 <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    TryBot-Result: Gopher Robot <[email protected]>
    Reviewed-by: Ian Lance Taylor <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    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 <[email protected]>
    Run-TryBot: Bryan Mills <[email protected]>
    Reviewed-by: Bryan Mills <[email protected]>
    Run-TryBot: Ian Lance Taylor <[email protected]>
    Reviewed-by: Michael Knyszek <[email protected]>
    Auto-Submit: Bryan Mills <[email protected]>
    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