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

Codegen/Rust: allow renaming in QL #18094

Merged
merged 3 commits into from
Nov 25, 2024
Merged

Codegen/Rust: allow renaming in QL #18094

merged 3 commits into from
Nov 25, 2024

Commits on Nov 25, 2024

  1. Codegen/Rust: allow renaming in QL

    This adds a `ql.name` codegen pragma to change the name of a property on
    the QL side. This is useful to give more meaningful names than what we
    get from the generated rust AST.
    Paolo Tranquilli committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    261e0a1 View commit details
    Browse the repository at this point in the history
  2. Rust: fix MatchExpr.getExpr renaming

    Paolo Tranquilli committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b47e961 View commit details
    Browse the repository at this point in the history
  3. Rust: matched_expr -> scrutinee

    Paolo Tranquilli committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    269ea75 View commit details
    Browse the repository at this point in the history