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

JS: fix and improve diff-informed queries #18574

Merged
merged 3 commits into from
Jan 24, 2025
Merged

Conversation

asgerf
Copy link
Contributor

@asgerf asgerf commented Jan 23, 2025

There was a bug in the patch query which meant some queries were inadvertently marked as "obviously" safe for diff-informed queries, even though they select a related location.

This PR starts by re-running the new fixed version of the patch query, which also does a better job of mentioning which related location is selected.

The inserted TODOs are then resolved using the new getASelectedSinkLocation and getASelectedSourceLocation API.

@github-actions github-actions bot added the JS label Jan 23, 2025
@asgerf asgerf added the no-change-note-required This PR does not need a change note label Jan 23, 2025
@asgerf asgerf marked this pull request as ready for review January 23, 2025 12:28
@Copilot Copilot bot review requested due to automatic review settings January 23, 2025 12:28
@asgerf asgerf requested a review from a team as a code owner January 23, 2025 12:28

Choose a reason for hiding this comment

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

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

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

@asgerf asgerf merged commit 60f9160 into github:main Jan 24, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JS no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants