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

Sync jparse/ with jparse repo w/fixes #1016

Merged
merged 4 commits into from
Nov 1, 2024
Merged

Sync jparse/ with jparse repo w/fixes #1016

merged 4 commits into from
Nov 1, 2024

Commits on Nov 1, 2024

  1. Sync jparse from jparse repo

    This includes some important bug fixes, namely that some codepoints that
    were rejected are no longer rejected as later Unicode standards allow
    them. This means that the JSONTestSuite
    (https://github.com/nst/JSONTestSuite) files now completely pass jparse.
    
    The CODE_OF_CONDUCT.md was removed from jparse/ as it referred to the IOCCC
    judges which is not correct. Until a better way of doing this is derived, this
    file no longer exists. To be clear the mkiocccentry CODE_OF_CONDUCT.md still
    exists!
    xexyl committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    49c9080 View commit details
    Browse the repository at this point in the history
  2. Sync mostly harmless changes from jparse

    ... these are cosmetic changes.
    xexyl committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    65f3d4c View commit details
    Browse the repository at this point in the history
  3. Make important updates to remarks.example.md

    Links were incorrect.
    
    Link to FAQs about certain things.
    
    Stress to pay attention to the rules and guidelines, and especial
    attention to rule 17 (these are all linked to).
    
    The links refer to the temp-test-ioccc website so once the Great Fork
    Merge happens these links will also have to be updated to refer to the
    official IOCCC website.
    xexyl committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    db85805 View commit details
    Browse the repository at this point in the history
  4. Sync jparse/ with jparse repo w/fixes

    A missing string in jparse.h/jparse.y was added.
    
    Added extra sanity checks to jstrencode and jstrdecode (to do with NULL
    pointers).
    
    Comments in jparse.l were updated as well.
    
    jparse.3 fixes and updates.
    xexyl committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    5ff60b1 View commit details
    Browse the repository at this point in the history