Skip to content

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Aug 18, 2025

DCA looks fine; not unexpected to have a few more path resolution inconsistencies, as we now compute more canonical paths, and hence more rows in multipleCanonicalPaths.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Aug 18, 2025
@hvitved hvitved added the no-change-note-required This PR does not need a change note label Aug 19, 2025
@hvitved hvitved marked this pull request as ready for review August 19, 2025 07:09
@hvitved hvitved requested a review from a team as a code owner August 19, 2025 07:09
@hvitved hvitved requested review from Copilot and geoffw0 August 19, 2025 07:09
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.

Pull Request Overview

This PR improves path resolution in Rust by considering transitive dependencies when computing canonical paths. The change addresses path resolution inconsistencies by expanding the dependency relationship to include all transitive dependencies.

  • Updates dependency relationship from direct dependencies to transitive closure

You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Copy link
Contributor

@geoffw0 geoffw0 left a comment

Choose a reason for hiding this comment

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

LGTM, I confirmed it fixed the issue in #20238. :)

@hvitved hvitved merged commit e6150e2 into github:main Aug 19, 2025
21 checks passed
@hvitved hvitved deleted the rust/canonical-path-transitive-deps branch August 19, 2025 07:46
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