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

Deprecate bad function plugin arg #9736

Merged

Commits on Nov 12, 2022

  1. deprecate _args

    mutable args are bad
    `functools.partial` exists and provides a more clear way to give both args and kwargs to callables
    Booplicate committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d18b0b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. req + deprecate getArgs too

    Co-Authored-By: ThePotatoGuy <[email protected]>
    Booplicate and ThePotatoGuy committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    32f6129 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

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

Commits on Jun 17, 2023

  1. fix unprotected access

    Booplicate committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    998d3b4 View commit details
    Browse the repository at this point in the history
  2. add a few TODOs

    Booplicate committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    9169400 View commit details
    Browse the repository at this point in the history