Skip to content

refactor(ast/estree): remove serialization wrapper#9018

Merged
graphite-app[bot] merged 1 commit intomainfrom
02-10-refactor_ast_estree_remove_serialization_wrapper
Feb 10, 2025
Merged

refactor(ast/estree): remove serialization wrapper#9018
graphite-app[bot] merged 1 commit intomainfrom
02-10-refactor_ast_estree_remove_serialization_wrapper

Conversation

@overlookmotel
Copy link
Member

@overlookmotel overlookmotel commented Feb 10, 2025

Remove the AssignmentTargetPropertyIdentifierValueAssignmentPattern serialization wrapper type, in favour of explicit calls to serde serialization methods.

This isn't ideal either - we need a better solution overall - but on balance I think this is better than the extra wrapper type.

@github-actions github-actions bot added A-ast Area - AST C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior labels Feb 10, 2025
Copy link
Member Author

overlookmotel commented Feb 10, 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.

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 10, 2025

CodSpeed Performance Report

Merging #9018 will not alter performance

Comparing 02-10-refactor_ast_estree_remove_serialization_wrapper (8db4727) with main (11829bf)

Summary

✅ 33 untouched benchmarks

Copy link
Member Author

overlookmotel commented Feb 10, 2025

Merge activity

  • Feb 10, 11:36 AM EST: The merge label '0-merge' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Feb 10, 11:36 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 10, 11:41 AM EST: A user merged this pull request with the Graphite merge queue.

@overlookmotel
Copy link
Member Author

cc @hi-ogawa I'm just merging stuff now for fear of merge conflicts! But please shout if you see something you don't like.

Remove the `AssignmentTargetPropertyIdentifierValueAssignmentPattern` serialization wrapper type, in favour of explicit calls to `serde` serialization methods.

This isn't ideal either - we need a better solution overall - but on balance I think this is better than the extra wrapper type.
@graphite-app graphite-app bot force-pushed the 02-10-refactor_ast_estree_remove_serialization_wrapper branch from 000ac1f to 8db4727 Compare February 10, 2025 16:36
@graphite-app graphite-app bot merged commit 8db4727 into main Feb 10, 2025
25 checks passed
@graphite-app graphite-app bot deleted the 02-10-refactor_ast_estree_remove_serialization_wrapper branch February 10, 2025 16:41
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 C-cleanup Category - technical debt or refactoring. Solution not expected to change behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant