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

Commits on Sep 26, 2023

  1. singleflight: add panicError.Unwrap method

    Currently when singleflight recovers from a panic, it wraps it with the private
    error type panicError. This change adds an `Unwrap` method to panicError to
    allow wrapped errors to be returned.
    
    Updates golang/go#62511
    
    Change-Id: Ia510ad7d5881207ef71f9eb89c1766835af19b6b
    Reviewed-on: https://go-review.googlesource.com/c/sync/+/526171
    Auto-Submit: Bryan Mills <bcmills@google.com>
    Reviewed-by: Than McIntosh <thanm@google.com>
    Reviewed-by: Bryan Mills <bcmills@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    ewohltman authored and gopherbot committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    22ba207 View commit details
    Browse the repository at this point in the history
Loading