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

refactor(ast, ast_codegen): CloneIn implementations now initialize semantic related cells with Default value. #4819

Conversation

rzvxa
Copy link
Contributor

@rzvxa rzvxa commented Aug 11, 2024

closes #4809

Copy link

graphite-app bot commented Aug 11, 2024

Your org has enabled the Graphite merge queue for merging into main

Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.

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

Copy link
Contributor Author

rzvxa commented Aug 11, 2024

@github-actions github-actions bot added the A-ast Area - AST label Aug 11, 2024
@rzvxa rzvxa changed the title refacotr(ast, ast_codegen): CloneIn implementations now set SymbolId, ScopeId, ReferenceId and ReferenceFlag None refacotr(ast, ast_codegen): CloneIn implementations now initialize semantic related cells with Default value. Aug 11, 2024
@rzvxa rzvxa marked this pull request as ready for review August 11, 2024 04:07
Copy link

codspeed-hq bot commented Aug 11, 2024

CodSpeed Performance Report

Merging #4819 will not alter performance

Comparing 08-11-refacotr_ast_ast_codegen_clonein_implementations_now_set_symbolid_scopeid_referenceid_and_referenceflag_none_ (0ea697b) with main (74af8e2)

Summary

✅ 29 untouched benchmarks

@rzvxa rzvxa linked an issue Aug 11, 2024 that may be closed by this pull request
@DonIsaac DonIsaac changed the title refacotr(ast, ast_codegen): CloneIn implementations now initialize semantic related cells with Default value. refactor(ast, ast_codegen): CloneIn implementations now initialize semantic related cells with Default value. Aug 11, 2024
@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Aug 11, 2024
Copy link

graphite-app bot commented Aug 11, 2024

Merge activity

  • Aug 11, 2:42 PM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Aug 11, 3:10 PM EDT: The merge label 'merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Aug 11, 3:10 PM EDT: overlookmotel added this pull request to the Graphite merge queue.
  • Aug 11, 3:14 PM EDT: overlookmotel merged this pull request with the Graphite merge queue.

@overlookmotel overlookmotel changed the base branch from 08-10-refactor_ast_codegen_simplify_innermarkers_ to graphite-base/4819 August 11, 2024 18:42
@overlookmotel overlookmotel force-pushed the 08-11-refacotr_ast_ast_codegen_clonein_implementations_now_set_symbolid_scopeid_referenceid_and_referenceflag_none_ branch from de91581 to 11e6f5d Compare August 11, 2024 18:46
@graphite-app graphite-app bot changed the base branch from graphite-base/4819 to main August 11, 2024 18:46
@overlookmotel overlookmotel added 0-merge Merge with Graphite Merge Queue and removed 0-merge Merge with Graphite Merge Queue labels Aug 11, 2024
…semantic related cells with `Default` value. (#4819)

closes #4809
@overlookmotel overlookmotel force-pushed the 08-11-refacotr_ast_ast_codegen_clonein_implementations_now_set_symbolid_scopeid_referenceid_and_referenceflag_none_ branch from 11e6f5d to 0ea697b Compare August 11, 2024 19:11
@graphite-app graphite-app bot merged commit 0ea697b into main Aug 11, 2024
24 checks passed
@graphite-app graphite-app bot deleted the 08-11-refacotr_ast_ast_codegen_clonein_implementations_now_set_symbolid_scopeid_referenceid_and_referenceflag_none_ branch August 11, 2024 19:14
overlookmotel added a commit that referenced this pull request Aug 11, 2024
Follow-on after #4819. Style nit. Add a line break after `#![allow(...)]`.
@oxc-bot oxc-bot mentioned this pull request Aug 12, 2024
Boshen added a commit that referenced this pull request Aug 12, 2024
## [0.24.2] - 2024-08-12

### Features

- 8e10e25 allocator: Introduce `Address` (#4810) (overlookmotel)

### Bug Fixes

- 62f759c transformer/typescript: Generated assignment for constructor
arguments with access modifiers should be injected to the top of the
constructor (#4808) (Dunqing)

### Performance

- 504ac0b minifier: `InjectGlobalVariables` only add to
`replaced_dot_defines` once for each (#4803) (overlookmotel)
- 35f2742 minifier: Avoid repeated `Atom` creation in
`InjectGlobalVariables` (#4802) (overlookmotel)

### Documentation

- 8827659 ast: More doc comments for JSX nodes (#4830) (DonIsaac)
- 559baa5 parser: Clean up doc regarding performance; remove conformance
(Boshen)

### Refactor

- 0ea697b ast, ast_codegen: `CloneIn` implementations now initialize
semantic related cells with `Default` value. (#4819) (rzvxa)
- ecfa124 ast_codegen: Add line break to generated code (#4829)
(overlookmotel)
- 096ac7b linter: Clean up jsx-a11y/anchor-is-valid (#4831) (DonIsaac)

Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
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 Area - AST
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CloneIn set SymbolId, ScopeId, ReferenceId to None
2 participants