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

Ruby: fix and improve diff-informed queries #18572

Merged
merged 2 commits into from
Jan 24, 2025

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 API.

@asgerf asgerf added the no-change-note-required This PR does not need a change note label Jan 23, 2025
@github-actions github-actions bot added the Ruby 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 9 out of 9 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 a54e732 into github:main Jan 24, 2025
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Ruby
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants