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

Instantiate Parser with a kwsplat #652

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Commits on Oct 25, 2024

  1. Instantiate Parser with a kwsplat

    Prior to 2.7.3, `JSON::Ext::Parser` would only take kwargs.
    So if json_pure 2.7.4 is loaded with `json <= 2.7.2` (or stdlib)
    it blows up.
    
    Ref: ruby#650
    Fix: ruby#651
    byroot committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4af0ea5 View commit details
    Browse the repository at this point in the history