8000 Comparing main...golden-ast-files · sqlc-dev/doubleclick · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlc-dev/doubleclick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sqlc-dev/doubleclick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: golden-ast-files
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 0 files changed
  • 2 contributors

Commits on Jan 15, 2026

  1. Add golden AST files for regression testing

    - Create cmd/regenerate-ast to generate golden AST JSON files
    - Add golden/ast/stmt_NNNN.json structure for each statement
    - Add -check-ast flag to parser tests to verify AST output
    - Apply to 00002_system_numbers as proof of concept
    - Remove old ast.json format
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    kyleconroy and claude committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    3c9e25f View commit details
    Browse the repository at this point in the history
  2. Generate golden AST files for all tests

    - Change -check-ast to -skip-ast (AST verification runs by default)
    - Generate golden/ast/stmt_NNNN.json for all 6822 test cases
    - Remove old ast.json files (6107 files)
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    kyleconroy and claude committed Jan 15, 2026
    Configuration menu
    Copy the full SHA
    a95d0a9 View commit details
    Browse the repository at this point in the history
Loading
0