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: creachadair/taskgroup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: creachadair/taskgroup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.2
Choose a head ref
  • 9 commits
  • 6 files changed
  • 1 contributor

Commits on May 4, 2023

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

Commits on May 31, 2023

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

Commits on Aug 13, 2023

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

Commits on Aug 19, 2023

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

Commits on Sep 4, 2023

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

Commits on Sep 5, 2023

  1. Release v0.6.1

    - Add a Get convenience method to Result[T].
    - Bump Go toolchain base to 1.20
    creachadair committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ca5e7d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    7bc62a1 View commit details
    Browse the repository at this point in the history
  2. Make the Go function generic in its return type.

    This makes no functional difference for existing use, it only allows the
    top-level Go function be used on types other than error.
    
    Use this to simplify the definition of Call (again, no functional change).
    creachadair committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    1fd3d46 View commit details
    Browse the repository at this point in the history
  3. Release v0.6.2

    - 7bc62a1 Convert Task into a proper type.
    - 1fd3d46 Make the Go function generic in its return type.
    creachadair committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    d5c4660 View commit details
    Browse the repository at this point in the history
Loading