Skip to content

feat(ast_tools): generate list of helper attributes in oxc_ast_macros crate#8852

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-03-feat_ast_tools_generate_list_of_helper_attributes_in_oxc_ast_macros_crate
Feb 3, 2025
Merged

feat(ast_tools): generate list of helper attributes in oxc_ast_macros crate#8852
graphite-app[bot] merged 1 commit intomainfrom
02-03-feat_ast_tools_generate_list_of_helper_attributes_in_oxc_ast_macros_crate

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Feb 3, 2025

Custom attributes used by generators (e.g. #[visit]) need to be added to the dummy Ast derive macro in oxc_ast_macros. Do this automatically, rather than requiring the person writing the generator to remember to do it.

Copy link
Member Author

overlookmotel commented Feb 3, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added A-ast-tools Area - AST tools C-enhancement Category - New feature or request labels Feb 3, 2025
@overlookmotel overlookmotel marked this pull request as ready for review February 3, 2025 10:08
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 3, 2025

CodSpeed Performance Report

Merging #8852 will not alter performance

Comparing 02-03-feat_ast_tools_generate_list_of_helper_attributes_in_oxc_ast_macros_crate (e693ff3) with main (20f2c46)

Summary

✅ 33 untouched benchmarks

@graphite-app graphite-app bot added the 0-merge Merge with Graphite Merge Queue label Feb 3, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Feb 3, 2025

Merge activity

…s` crate (#8852)

Custom attributes used by generators (e.g. `#[visit]`) need to be added to the dummy `Ast` derive macro in `oxc_ast_macros`. Do this automatically, rather than requiring the person writing the generator to remember to do it.
@graphite-app graphite-app bot force-pushed the 02-03-feat_ast_tools_do_not_overwrite_files_if_no_changes branch from 6b67d0b to 7b31849 Compare February 3, 2025 13:08
@graphite-app graphite-app bot force-pushed the 02-03-feat_ast_tools_generate_list_of_helper_attributes_in_oxc_ast_macros_crate branch from fef0f46 to e693ff3 Compare February 3, 2025 13:08
Base automatically changed from 02-03-feat_ast_tools_do_not_overwrite_files_if_no_changes to main February 3, 2025 13:17
@graphite-app graphite-app bot merged commit e693ff3 into main Feb 3, 2025
27 checks passed
@graphite-app graphite-app bot deleted the 02-03-feat_ast_tools_generate_list_of_helper_attributes_in_oxc_ast_macros_crate branch February 3, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0-merge Merge with Graphite Merge Queue A-ast-tools Area - AST tools C-enhancement Category - New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant