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

std/json: remove macro type API usage #825

Merged

Commits on Aug 5, 2023

  1. fix: ast_query.containsNode ignore nkError

    `containsNode` previously attempted to traverse `nkError` nodes,
    resulting in run time error as there is no child nodes field (`sons`).
    saem committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    17de740 View commit details
    Browse the repository at this point in the history
  2. formatting

    saem committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3ad6220 View commit details
    Browse the repository at this point in the history
  3. trivial: import style fix

    saem committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    de2e970 View commit details
    Browse the repository at this point in the history
  4. remove macros type api usage in std/json

    little ugly, but this is the first pass proving it out for `object` and
    `tuple` types.
    saem committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    fd8e35f View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

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

Commits on Aug 9, 2023

  1. Merge remote-tracking branch 'origin/devel' into saem-std-json-remove…

    …-macro-type-api-usage
    saem committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    882548d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Merge remote-tracking branch 'origin/devel' into saem-std-json-remove…

    …-macro-type-api-usage
    saem committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2812f4f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. use error pragmas with generics

    will remove the `tjsonmacro_reject` test
    saem committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1c98d0c View commit details
    Browse the repository at this point in the history
  2. move json test

    saem committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    aded7e9 View commit details
    Browse the repository at this point in the history
  3. remove nimFixedForwardGeneric

    saem committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    cb56b60 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. remove isRefSkipDistinct

    saem committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4cd751b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59ca6e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. remove out of date comment

    Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
    saem and zerbina authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a9dd385 View commit details
    Browse the repository at this point in the history
  2. remove out of date TODO

    Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
    saem and zerbina authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2c2978f View commit details
    Browse the repository at this point in the history
  3. remove out of date comment

    Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
    saem and zerbina authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f7da4bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7dea08d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. containsNode correctly traverses types

    Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
    saem and zerbina authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5933737 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

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