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

json lazy parser unparser and support for reading NULL values. #1978

Open
wants to merge 34 commits into
base: main
Choose a base branch
from

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    dec39a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4107bf View commit details
    Browse the repository at this point in the history
  3. parsing works now too

    jurgenvinju committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a0dbc27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec3df2 View commit details
    Browse the repository at this point in the history
  5. added CytoStyle structure

    jurgenvinju committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0006042 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f56300f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f48ba15 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fbb9cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a7ba959 View commit details
    Browse the repository at this point in the history
  10. details

    jurgenvinju committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70ef51c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f9ced76 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    d79c215 View commit details
    Browse the repository at this point in the history
  2. fixes #1979

    jurgenvinju committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fcec7b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    620b409 View commit details
    Browse the repository at this point in the history
  4. added doc strings

    jurgenvinju committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    b602685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c35d12 View commit details
    Browse the repository at this point in the history
  6. highlight cyclic edges

    jurgenvinju committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c99359c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f7e268c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    c425f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd8724f View commit details
    Browse the repository at this point in the history
  3. better curves

    jurgenvinju committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7b66cd2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. this fixes #1987 but breaks the handling of default keyword parameter…

    …s. Have to bring that back somehow by expecting NULL in the specific loops for keyword parameters
    jurgenvinju committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e159918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    596755a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    00a391c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a6cf52 View commit details
    Browse the repository at this point in the history
  3. fixed bug

    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    73086f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdab1db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7cff3fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9768cb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b7fe6 View commit details
    Browse the repository at this point in the history
  8. better error message

    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    149e546 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b320a2 View commit details
    Browse the repository at this point in the history
  10. improved error reporting around quotes names with unbalanced quotes, …

    …and quoted strings with unbalanced quotes
    jurgenvinju committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f32eb53 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    b6782ee View commit details
    Browse the repository at this point in the history