Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop multicall #147

Merged
merged 9 commits into from
Jun 4, 2020
Merged

Drop multicall #147

merged 9 commits into from
Jun 4, 2020

Commits on Jun 3, 2020

  1. Drop __multicall__!

    Drop the `_LegacyMultiCall` type and it's recursion "fun".
    We've got a faster and simpler function-loop approach now with
    `pluggy.callers._multicall()` it's been doing great in production!
    
    Resolves pytest-dev#59
    Tyler Goodlet authored and goodboy committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b267687 View commit details
    Browse the repository at this point in the history
  2. Drop __multicall__ from tests

    Tyler Goodlet authored and goodboy committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    d59403b View commit details
    Browse the repository at this point in the history
  3. Tidying to appease black

    goodboy committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    accb6d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62dae61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74cde77 View commit details
    Browse the repository at this point in the history
  6. Drop unneeded f-strings

    goodboy committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    95bbf5e View commit details
    Browse the repository at this point in the history
  7. Add news fragment

    goodboy committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    b39f373 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    72948af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bcbcdc0 View commit details
    Browse the repository at this point in the history