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-schema-to-grammar improvements (+ added to server) #5978

Merged
merged 106 commits into from
Mar 21, 2024

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    09248e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d9580a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c339ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1daaf30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1428a85 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12f0d7e View commit details
    Browse the repository at this point in the history
  7. json: fix $ref resolution

    ochafik committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ea4244e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82ade9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f6f851b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc0e0d9 View commit details
    Browse the repository at this point in the history
  11. json: fix merge

    ochafik committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    148555c View commit details
    Browse the repository at this point in the history
  12. json: temp fix for escapes

    ochafik committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ed24688 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5bc154 View commit details
    Browse the repository at this point in the history
  14. json: add typings

    ochafik committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5827ff4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Configuration menu
    Copy the full SHA
    be13247 View commit details
    Browse the repository at this point in the history
  2. json:fix typo

    ochafik committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    06b04e9 View commit details
    Browse the repository at this point in the history
  3. Create ts-type-to-grammar.sh

    ochafik committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    21ac451 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    a78eb4a View commit details
    Browse the repository at this point in the history
  2. json: merge lit sequences and handle negatives

    {"type": "string", "pattern": "^({\"question\": \"[^\"]+\", \"response\": \"[^\"]+\"}\\n)+$"}
    ochafik committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d5ef412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e7c26c View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 10, 2024

  1. Create regex-to-grammar.py

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    add8fee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cde8de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    259f350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b061de5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba57964 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f37ad0a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    307110a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee492c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5764d9f View commit details
    Browse the repository at this point in the history
  10. Update ts-type-to-grammar.sh

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    364bf9e View commit details
    Browse the repository at this point in the history
  11. Update ts-type-to-grammar.sh

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    8597caa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dab2ea9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ade339d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e8b78c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    37b59d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e8f25d6 View commit details
    Browse the repository at this point in the history
  17. json: fix literal escapes

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    54291e1 View commit details
    Browse the repository at this point in the history
  18. json: add --allow-fetch

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f57b467 View commit details
    Browse the repository at this point in the history
  19. json: simplify range escapes

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    d1fda6f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    478f62e View commit details
    Browse the repository at this point in the history
  21. Delete commit.txt

    ochafik committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    27b1fef View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    0e94941 View commit details
    Browse the repository at this point in the history
  2. json: rm trailing spaces

    ochafik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    11813a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5389820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e2d06c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8254e5 View commit details
    Browse the repository at this point in the history
  6. Update ts-type-to-grammar.sh

    ochafik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    56b8744 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d736e92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a61802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1ed7a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b816734 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0dd75c View commit details
    Browse the repository at this point in the history
  12. json: nits

    ochafik committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    51ca7cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb364ef View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d934adc View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    8caaf16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fee84b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0be059d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a740bfa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    192a58a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e1440c View commit details
    Browse the repository at this point in the history
  7. json: nits + regen deps

    ochafik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    917b5d2 View commit details
    Browse the repository at this point in the history
  8. json: cleanup test

    ochafik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    ee6166a View commit details
    Browse the repository at this point in the history
  9. json: revert from c++17 to 11

    ochafik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6165c55 View commit details
    Browse the repository at this point in the history
  10. json: nit fixes

    ochafik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bed826f View commit details
    Browse the repository at this point in the history
  11. json: dirty include for test

    ochafik committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    59c899d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    3feac66 View commit details
    Browse the repository at this point in the history
  2. json: fix zig build

    ochafik committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f216550 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    5a7deb2 View commit details
    Browse the repository at this point in the history
  2. json: fix top-level $refs

    ochafik committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3b3ad94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    235ff68 View commit details
    Browse the repository at this point in the history
  4. nit

    ochafik committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    daceced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5714487 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Configuration menu
    Copy the full SHA
    af31aa2 View commit details
    Browse the repository at this point in the history
  2. json: re-ran server deps.sh

    ochafik committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    842eb83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5602a8b View commit details
    Browse the repository at this point in the history
  4. json: simplify test

    ochafik committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    f30d6c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    391b17e View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    64799ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c50ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84e383c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e1bf44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edbd2e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20869ed View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    6182478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd7080 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd922a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24f0b94 View commit details
    Browse the repository at this point in the history
  5. json: ws nit

    ochafik committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bd96df4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05fd7e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    e7de643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e3bde View commit details
    Browse the repository at this point in the history
  3. json: cleaner build of test

    ochafik committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    263a86e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    874599e View commit details
    Browse the repository at this point in the history
  5. json: fix date pattern

    ochafik committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7fc759b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    7628bd8 View commit details
    Browse the repository at this point in the history
  2. json: indent 4 spaces

    ochafik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    10ee30f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dcf856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df00efb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0600d9 View commit details
    Browse the repository at this point in the history
  6. json: fix zig build

    ochafik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9260350 View commit details
    Browse the repository at this point in the history
  7. Update server.feature

    ochafik committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b8c0025 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. json: iostream -> fprintf

    ochafik committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ad6c475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c26e7b8 View commit details
    Browse the repository at this point in the history
  3. json: nits

    ochafik committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4c46aec View commit details
    Browse the repository at this point in the history