Skip to content

Rust: Avoid overlapping path resolution consistency checks #19825

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 Jun 20, 2025

Also restricts the inconsistencies reported in tests to paths that are in source code; but note that DCA inconsistency counts will still include non-source-code paths as well.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Jun 20, 2025
@hvitved hvitved force-pushed the rust/path-resolution-consistency-remove-overlap branch 5 times, most recently from 7b01e95 to 5150f78 Compare June 23, 2025 08:41
@hvitved hvitved force-pushed the rust/path-resolution-consistency-remove-overlap branch from 5150f78 to 1f09f71 Compare June 23, 2025 09:27
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.

Tests for inconsistencies look much less noisy - a big improvement.

I'd like to see DCA run as well (when this is out of draft).

@hvitved
Copy link
Contributor Author

hvitved commented Jun 23, 2025

I'd like to see DCA run as well (when this is out of draft).

I'll start one. But note that the restrictions to only consider paths in source code only applies to the test queries, not to the numbers computed in DCA, and I would like to keep it that way.

@hvitved hvitved marked this pull request as ready for review June 23, 2025 10:53
@hvitved hvitved requested a review from a team as a code owner June 23, 2025 10:53
@hvitved hvitved requested a review from geoffw0 June 23, 2025 12:29
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. 👍

@hvitved hvitved merged commit 13bc0d2 into github:main Jun 23, 2025
16 checks passed
@hvitved hvitved deleted the rust/path-resolution-consistency-remove-overlap branch June 23, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants