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

Revert "Spec compliance: handle top-level mappings in function calls" #6

Merged
merged 1 commit into from
Mar 16, 2021

Commits on Mar 16, 2021

  1. Revert "Spec compliance: handle top-level mappings in function calls"

    This reverts commit 52b3cb9.
    
    I'm not sure where this decision was originally made, but this logic is
    incorrect and unnecessary. Because we always load our parameters from
    *args, or **kwargs, we'll always pass either a tuple or dict, which
    means it'll always be a structured type per the spec.
    emlove committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    130bb23 View commit details
    Browse the repository at this point in the history