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

GH-111485: Separate out parsing, analysis and code-gen phases #112299

Merged
merged 42 commits into from
Dec 7, 2023

Commits on Nov 16, 2023

  1. Sort cases

    markshannon committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    503f19a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Reorganize code gen

    markshannon committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    be741bc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Add type annotations

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    56e5001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c35ba0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59bdeca View commit details
    Browse the repository at this point in the history
  4. Tweak formatting

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d41dfa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efdcda1 View commit details
    Browse the repository at this point in the history
  6. Add back static asserts

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f2d6a21 View commit details
    Browse the repository at this point in the history
  7. Fix type annotation

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2b593dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a329a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    570d07a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bb18010 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bbe3113 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bec93cf View commit details
    Browse the repository at this point in the history
  13. Fix indenting

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    8481bea View commit details
    Browse the repository at this point in the history
  14. Fix indenting

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c91e61a View commit details
    Browse the repository at this point in the history
  15. Remove surplus whitespace

    markshannon committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f76160c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Remove extra blank line

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ae2baea View commit details
    Browse the repository at this point in the history
  2. Attempt to placate MyPy

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    92c9440 View commit details
    Browse the repository at this point in the history
  3. Annotate false positives

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f9e41c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab2dbb3 View commit details
    Browse the repository at this point in the history
  5. Remove white space

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    21a018b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8078302 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5fcbed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6c1ed31 View commit details
    Browse the repository at this point in the history
  9. Fix alignment of comments

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    fc0f6ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    39ebd6c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7b21025 View commit details
    Browse the repository at this point in the history
  12. Fix type annotation

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    796dcf6 View commit details
    Browse the repository at this point in the history
  13. Correct previous 'fix'

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2272937 View commit details
    Browse the repository at this point in the history
  14. Fix type annotation

    markshannon committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    65b0c48 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0ce4dd2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    54a727f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e0a4d35 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9a81bbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    28561cd View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    30f3015 View commit details
    Browse the repository at this point in the history
  2. Address review comments.

    markshannon committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    5e01a73 View commit details
    Browse the repository at this point in the history
  3. Tidy

    markshannon committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    6aacaca View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. Address review comments

    markshannon committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    8e385f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Rerun black

    markshannon committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    bb6d42f View commit details
    Browse the repository at this point in the history