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: 1966f53
Choose a base ref
...
head repository: golang/sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a180e2
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2025

  1. errgroup: use consistent read for SetLimit panic

    This could produce a confusing panic message if the second len(g.sem)
    call returns 0. Avoid that by reading it once.
    
    Change-Id: Ibdb4963f90921bc20427b3f1e2de410638f6cb6b
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/726280
    Reviewed-by: Alan Donovan <[email protected]>
    Auto-Submit: Alan Donovan <[email protected]>
    Reviewed-by: Sean Liao <[email protected]>
    LUCI-TryBot-Result: Go LUCI <[email protected]>
    Reviewed-by: Dmitri Shuralyov <[email protected]>
    justinmayhew authored and gopherbot committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    2a180e2 View commit details
    Browse the repository at this point in the history
Loading