-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.3.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: creachadair/taskgroup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 20 commits
- 10 files changed
- 1 contributor
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e4ac2e - Browse repository at this point
Copy the full SHA 9e4ac2eView commit details
Commits on Apr 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e4619f - Browse repository at this point
Copy the full SHA 5e4619fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 623a74d - Browse repository at this point
Copy the full SHA 623a74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ac0a2 - Browse repository at this point
Copy the full SHA 67ac0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9acaa9 - Browse repository at this point
Copy the full SHA b9acaa9View commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f1a6ab1 - Browse repository at this point
Copy the full SHA f1a6ab1View commit details
Commits on Apr 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 68f7f48 - Browse repository at this point
Copy the full SHA 68f7f48View commit details
Commits on Apr 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8ed352a - Browse repository at this point
Copy the full SHA 8ed352aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b7470d - Browse repository at this point
Copy the full SHA 2b7470dView commit details
Commits on Aug 3, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d543c2 - Browse repository at this point
Copy the full SHA 2d543c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64345a8 - Browse repository at this point
Copy the full SHA 64345a8View commit details
Commits on Aug 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2134798 - Browse repository at this point
Copy the full SHA 2134798View commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for be81d9a - Browse repository at this point
Copy the full SHA be81d9aView commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b94272 - Browse repository at this point
Copy the full SHA 1b94272View commit details
Commits on Dec 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 88972ab - Browse repository at this point
Copy the full SHA 88972abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8289b22 - Browse repository at this point
Copy the full SHA 8289b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a729de - Browse repository at this point
Copy the full SHA 1a729deView commit details -
Add a single-task monitoring type. (#1)
The Solo type is a specialization of a Group for a single goroutine. - Add tests. - Update the README. - Add an executable example.
Configuration menu - View commit details
-
Copy full SHA for dab2ab6 - Browse repository at this point
Copy the full SHA dab2ab6View commit details
Commits on Jan 1, 2023
-
Fix a race condition between multiple callers of Wait.
If multiple goroutines called Wait on a Group, they would race on cleaning up the error collector. Add a regression test, and avert the error by ensuring only one caller does the cleanup.
Configuration menu - View commit details
-
Copy full SHA for 8b78974 - Browse repository at this point
Copy the full SHA 8b78974View commit details -
Fix a bug when waiting on an unstarted group.
When a group is created but no goroutines are started in it, the fields are not populated and the error service routine is not started. This is as intended, but meant waiting for an empty group could panic. Fix the latter.
Configuration menu - View commit details
-
Copy full SHA for ff1874e - Browse repository at this point
Copy the full SHA ff1874eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.2...v0.4.2