Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.
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: litl/backoff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2
Choose a base ref
...
head repository: litl/backoff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 14 commits
  • 11 files changed
  • 4 contributors

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    f7a949c View commit details
    Browse the repository at this point in the history
  2. Fix sync tests after change

    petamas authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8bf8003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36aba2c View commit details
    Browse the repository at this point in the history
  4. Fix async tests after change

    petamas authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    fe0383a View commit details
    Browse the repository at this point in the history
  5. Extend documentation

    petamas authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    32e9223 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Fix on_* handler typing

    cdce8p committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    15613af View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. 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).
    hauntsaninja authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c810d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52aef92 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    e7677e8 View commit details
    Browse the repository at this point in the history
  2. 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.
    bgreen-litl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d9b9f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31d973f View commit details
    Browse the repository at this point in the history
  4. 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.
    bgreen-litl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    77f4209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f491ca View commit details
    Browse the repository at this point in the history
  6. Prepare v2.2.0 release

    bgreen-litl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d322dc4 View commit details
    Browse the repository at this point in the history
Loading