This repository was archived by the owner on Aug 8, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 154
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: litl/backoff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: litl/backoff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 11 files changed
- 4 contributors
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f7a949c - Browse repository at this point
Copy the full SHA f7a949cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf8003 - Browse repository at this point
Copy the full SHA 8bf8003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36aba2c - Browse repository at this point
Copy the full SHA 36aba2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe0383a - Browse repository at this point
Copy the full SHA fe0383aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e9223 - Browse repository at this point
Copy the full SHA 32e9223View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15613af - Browse repository at this point
Copy the full SHA 15613afView commit details
Commits on Oct 3, 2022
-
Improve type annotation for backoff.expo
`backoff.expo` accepts floats. Most usage in our codebase has a floating point `factor`. If we want to preserve exact inference in cases where the return type is `Generator[int, Any, None` we could use an overload (TypeVar could work, but would be a little worse for cases involving defaults).
Configuration menu - View commit details
-
Copy full SHA for c810d70 - Browse repository at this point
Copy the full SHA c810d70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52aef92 - Browse repository at this point
Copy the full SHA 52aef92View commit details
Commits on Oct 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e7677e8 - Browse repository at this point
Copy the full SHA e7677e8View commit details -
Improve type hints for runtime, constant wait gens
This generators will work fine with floats for arguments. In the type hinting world, float can be used to mean int or float.
Configuration menu - View commit details
-
Copy full SHA for d9b9f01 - Browse repository at this point
Copy the full SHA d9b9f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d973f - Browse repository at this point
Copy the full SHA 31d973fView commit details -
Refrain from adding Details to backoff namespace
If needed, I want to make sure we put this in the right place. There may ultimately be some other types which it would be helpful to expose as well, and in that case I think it might be better to have a typing submodule where only these types are exposed.
Configuration menu - View commit details
-
Copy full SHA for 77f4209 - Browse repository at this point
Copy the full SHA 77f4209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f491ca - Browse repository at this point
Copy the full SHA 3f491caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d322dc4 - Browse repository at this point
Copy the full SHA d322dc4View 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 v2.1.2...v2.2.0