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: janos/singleflight
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a7affac
Choose a base ref
...
head repository: janos/singleflight
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10a8876
Choose a head ref
  • 7 commits
  • 5 files changed
  • 5 contributors

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    a980655 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    3037838 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    bfebb53 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Make panic behavior match x/sync package (#13)

    If the original caller panics, then have all callers panic,
    to match the x/sync package behavior.
    bduffany authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9843622 View commit details
    Browse the repository at this point in the history
  2. Check for error in TestDo_panic

    Even the panic shoud prevent for reaching the error value
    the error is checked for more visibility and linter warnings
    janos committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0f0311e View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    62d056a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    10a8876 View commit details
    Browse the repository at this point in the history
Loading