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

fix(ast): estree compat AssignmentTargetPropertyIdentifier #9006

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

hi-ogawa
Copy link
Contributor

@hi-ogawa hi-ogawa commented Feb 10, 2025

This one seemed less straight forward than AssignmentTargetPropertyProperty, so I split it from #9005. This requires somewhat redundant custom serialization logic, but this is all I came up with. I'm curious to know if there's any good shortcut for this.

Copy link
Contributor Author

hi-ogawa 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.

@hi-ogawa hi-ogawa changed the title Revert "chore: revert AssignmentTargetPropertyIdentifier" fix(ast): estree compat AssignmentTargetPropertyIdentifier Feb 10, 2025
@github-actions github-actions bot added the C-bug Category - Bug label Feb 10, 2025
@hi-ogawa hi-ogawa changed the base branch from fix-estree-ObjectAssignmentTarget to graphite-base/9006 February 10, 2025 10:05
@hi-ogawa hi-ogawa force-pushed the fix-estree-AssignmentTargetPropertyIdentifier branch from 0193c95 to 8a3c346 Compare February 10, 2025 10:05
@hi-ogawa hi-ogawa marked this pull request as ready for review February 10, 2025 10:06
Copy link

codspeed-hq bot commented Feb 10, 2025

CodSpeed Performance Report

Merging #9006 will not alter performance

Comparing fix-estree-AssignmentTargetPropertyIdentifier (22d93be) with main (dd927a6)

Summary

✅ 33 untouched benchmarks

@overlookmotel overlookmotel force-pushed the fix-estree-AssignmentTargetPropertyIdentifier branch from 8a3c346 to f084e83 Compare February 10, 2025 15:15
@overlookmotel overlookmotel changed the base branch from graphite-base/9006 to main February 10, 2025 15:15
Copy link
Contributor

@overlookmotel overlookmotel left a comment

Choose a reason for hiding this comment

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

Yes, I think there's a simpler way to implement this. Merging this now, and I'll do a follow-up PR.

@overlookmotel overlookmotel added the 0-merge Merge with Graphite Merge Queue label Feb 10, 2025
Copy link
Contributor

overlookmotel commented Feb 10, 2025

Merge activity

  • Feb 10, 10:16 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, 10:24 AM EST: A user added this pull request to the Graphite merge queue.
  • Feb 10, 10:31 AM EST: A user merged this pull request with the Graphite merge queue.

@overlookmotel
Copy link
Contributor

overlookmotel commented Feb 10, 2025

@hi-ogawa By the way, it's been a bit of a struggle to get all these PRs merged, due to inadequacies in Graphite and the merge conflicts in the snapshot file.

One thing that would help is if you'd be able to squash all PRs down to a single commit each please. Multiple commits should be no problem, but squashing seems to confuse Graphite less.

Also, please feel free to merge your own PRs in this area of work. If it passes more tests, it's good! I can always follow up after they're merged if I want to make tweaks or query anything.

This one seemed less straight forward than `AssignmentTargetPropertyProperty`, so I split it from #9005. This requires somewhat redundant custom serialization logic, but this is all I came up with. I'm curious to know if there's any good shortcut for this.
@graphite-app graphite-app bot force-pushed the fix-estree-AssignmentTargetPropertyIdentifier branch from f084e83 to 22d93be Compare February 10, 2025 15:24
@graphite-app graphite-app bot merged commit 22d93be into main Feb 10, 2025
25 checks passed
@graphite-app graphite-app bot deleted the fix-estree-AssignmentTargetPropertyIdentifier branch February 10, 2025 15:31
@hi-ogawa
Copy link
Contributor Author

@hi-ogawa By the way, it's been a bit of a struggle to get all these PRs merged, due to inadequacies in Graphite and the merge conflicts in the snapshot file.

One thing that would help is if you'd be able to squash all PRs down to a single commit each please. Multiple commits should be no problem, but squashing seems to confuse Graphite less.

Also, please feel free to merge your own PRs in this area of work. If it passes more tests, it's good! I can always follow up after they're merged if I want to make tweaks or query anything.

@overlookmotel Understood! Sorry about the conflict and thanks for taking care of them 🙏 I'll try to proceed my own for easier merge.

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 A-ast-tools Area - AST tools C-bug Category - Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants