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

Rust: make ast-generator use mustache templates #18429

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

redsun82
Copy link
Contributor

@redsun82 redsun82 commented Jan 7, 2025

This simplifies the code and decouples the code template from the data that is fed into it.

This simplifies the code and decouples the code template from the data
that is fed into it.
@github-actions github-actions bot added the Rust Pull requests that update Rust code label Jan 7, 2025
Base automatically changed from redsun82/rust-mute-warnings-in-uncompiled-blocks to main January 8, 2025 16:03
@redsun82 redsun82 marked this pull request as ready for review January 8, 2025 16:21
@Copilot Copilot bot review requested due to automatic review settings January 8, 2025 16:21
@redsun82 redsun82 requested a review from a team as a code owner January 8, 2025 16:21
@redsun82 redsun82 requested a review from aibaars January 8, 2025 16:21

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 21 changed files in this pull request and generated no comments.

Files not reviewed (16)
  • MODULE.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.atomic-0.6.0.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bstr-1.11.3.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bytemuck-1.21.0.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.globset-0.4.15.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.log-0.3.9.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.mustache-0.9.0.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.tree-sitter-0.24.6.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.winapi-util-0.1.9.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.windows-sys-0.48.0.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.windows-sys-0.59.0.bazel: Language not supported
  • misc/bazel/3rdparty/tree_sitter_extractors_deps/defs.bzl: Language not supported
  • rust/ast-generator/BUILD.bazel: Language not supported
  • rust/ast-generator/src/templates/extractor.mustache: Language not supported
  • rust/ast-generator/src/templates/schema.mustache: Language not supported

Tip: Copilot code review supports C#, Go, Java, JavaScript, Markdown, Python, Ruby and TypeScript, with more languages coming soon. Learn more

Copy link
Contributor

@aibaars aibaars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@redsun82 redsun82 merged commit ca05697 into main Jan 9, 2025
30 checks passed
@redsun82 redsun82 deleted the redsun82/rust-ast-generator-mustache branch January 9, 2025 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants