Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/json
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: ruby/json
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.2
Choose a head ref
  • 10 commits
  • 9 files changed
  • 5 contributors

Commits on Dec 1, 2021

  1. Remove unknown keyword arg from DateTime.parse

    This snuck in while addding tests for the `create_additions`
    feature. Caught by JRuby when we added the `limit` option to the
    Date/DateTime parsing methods, which causes this to be rejected as
    an unknown keyword.
    headius committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b1007df View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Ignore java artifacts

    hsbt committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    e816481 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #488 from headius/bad_datetime_parse_keyword

    Remove unknown keyword arg from DateTime.parse
    hsbt authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    431317d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #489 from flori/gitignore

    Ignore java artifacts
    hsbt authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    32b0185 View commit details
    Browse the repository at this point in the history
  4. Doc: Improve documentation on JSON#parse and JSON#parse!

    Co-authored-by: Bruno Gomes da Silva <brunojabs@gmail.com>
    hsbt and brunojabs committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    75ada77 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix parser bug for empty string allocation

    When `HAVE_RB_ENC_INTERNED_STR` is enabled it is possible to
    pass through a null pointer to `rb_enc_interned_str` resulting
    in a segfault
    
    Fixes #495
    abrom committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    b59368a View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    7555eda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    823760c View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.6.2

    flori committed May 16, 2022
    Configuration menu
    Copy the full SHA
    5de358f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d9d8f3 View commit details
    Browse the repository at this point in the history
Loading