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

Rust: Compute canonical paths in QL #19134

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Mar 27, 2025

No description provided.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Mar 27, 2025
@hvitved hvitved force-pushed the rust/canonical-path branch 4 times, most recently from d651636 to 612f797 Compare April 3, 2025 13:47
@hvitved hvitved force-pushed the rust/canonical-path branch from 612f797 to bd478dd Compare April 4, 2025 14:53
result.getPath().getText() = "path"
}

private Meta testgetPathAttrMeta(TokenTree tree, Token t) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
t.getParentNode() = tree
}

private predicate sdf(Token t) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
@@ -1084,6 +1411,42 @@
)
}

private predicate test(

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
@@ -145,3 +145,8 @@
}

module CallGraphCompare = Compare<CallGraph, RustAnalyzerCallGraph, QlCallGraph>;

private predicate qlMissingCanonicalPath(Addressable a, string path) {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
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.

1 participant