Skip to content

Rust: Make SummarizedCallable extend Function instead of string #19268

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

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

Conversation

hvitved
Copy link
Contributor

@hvitved hvitved commented Apr 10, 2025

No description provided.

@github-actions github-actions bot added the Rust Pull requests that update Rust code label Apr 10, 2025
@@ -1017,3 +1017,26 @@
* Gets a type that `n` infers to, if any.
*/
Type inferType(AstNode n) { result = inferType(n, TypePath::nil()) }

/** Provides predicates for debugging the type inference implementation. */
private module Debug {

Check warning

Code scanning / CodeQL

Dead code Warning

This code is never used, and it's not publicly exported.
/** Provides predicates for debugging the type inference implementation. */
private module Debug {
private Locatable getRelevantLocatable() {
exists(string filepath, int startline, int startcolumn, int endline, int endcolumn |

Check warning

Code scanning / CodeQL

Omittable 'exists' variable Warning

This exists variable can be omitted by using a don't-care expression
in this argument
.
/** Provides predicates for debugging the type inference implementation. */
private module Debug {
private Locatable getRelevantLocatable() {
exists(string filepath, int startline, int startcolumn, int endline, int endcolumn |

Check warning

Code scanning / CodeQL

Omittable 'exists' variable Warning

This exists variable can be omitted by using a don't-care expression
in this argument
.
/** Provides predicates for debugging the type inference implementation. */
private module Debug {
private Locatable getRelevantLocatable() {
exists(string filepath, int startline, int startcolumn, int endline, int endcolumn |

Check warning

Code scanning / CodeQL

Omittable 'exists' variable Warning

This exists variable can be omitted by using a don't-care expression
in this argument
.
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 3 times, most recently from 86ccc96 to a91cc6b Compare April 29, 2025 08:53
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 4 times, most recently from d8b7085 to 10a72f7 Compare May 2, 2025 09:07
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 3 times, most recently from 9b1cd94 to 2a2e7d5 Compare May 19, 2025 08:02
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 3 times, most recently from e0a2c1d to dc9700e Compare May 27, 2025 10:36
@hvitved hvitved force-pushed the rust/summarized-callable-base branch from dc9700e to 4224947 Compare June 3, 2025 08:42
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 4 times, most recently from b0991ad to c29c5f9 Compare June 10, 2025 09:42
@hvitved hvitved force-pushed the rust/summarized-callable-base branch 6 times, most recently from 2fa5c3d to a2474cd Compare June 12, 2025 19:44
@hvitved hvitved force-pushed the rust/summarized-callable-base branch from a2474cd to c1959ca Compare June 12, 2025 20:00
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