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

Conversation

emlove
Copy link
Owner

@emlove emlove commented Mar 16, 2021

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.

See emlove/jsonrpc-websocket#9

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 emlove merged commit 8e20494 into master Mar 16, 2021
@emlove emlove deleted the fix-single-arg-dicts branch March 16, 2021 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant