Skip to content

Rust: Remove source vs library deduplication logic #19577

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

Merged

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented May 26, 2025

This PR removes path resolution logic for prioritizing source items over library items. However, the extractor already makes this deduplication, so there should be no need to do it in QL as well. Somewhat surprisingly, DCA shows a significant speedup (13 %).

@github-actions github-actions bot added the Rust Pull requests that update Rust code label May 26, 2025
@hvitved hvitved force-pushed the rust/remove-library-source-dedup-logic branch 2 times, most recently from 0c6570d to 17e53ae Compare June 2, 2025 07:02
@hvitved hvitved force-pushed the rust/remove-library-source-dedup-logic branch from 17e53ae to d370452 Compare July 4, 2025 12:52
@hvitved hvitved force-pushed the rust/remove-library-source-dedup-logic branch from d370452 to 379c913 Compare July 4, 2025 12:58
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Jul 7, 2025
@hvitved hvitved marked this pull request as ready for review July 7, 2025 07:41
@Copilot Copilot AI review requested due to automatic review settings July 7, 2025 07:41
@hvitved hvitved requested a review from a team as a code owner July 7, 2025 07:41
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@hvitved hvitved merged commit 8c90250 into github:main Jul 7, 2025
21 checks passed
@hvitved hvitved deleted the rust/remove-library-source-dedup-logic branch July 7, 2025 09:25
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 Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants