-
Notifications
You must be signed in to change notification settings - Fork 699
Improved var-based inference diagnostics locations. #9006
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
Improved var-based inference diagnostics locations. #9006
Conversation
eytan-starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eytan-starkware reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @orizi and @TomerStarkware)
crates/cairo-lang-semantic/src/expr/inference.rs line 899 at r1 (raw file):
return Ok(()); }; Err((self.set_error(err), self.stable_ptrs.get(&var).copied()))
Shouldt finalize_without_reporting also use set_error_on_var?
2112c51 to
0ce3c7d
Compare
orizi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @eytan-starkware and @TomerStarkware)
crates/cairo-lang-semantic/src/expr/inference.rs line 899 at r1 (raw file):
Previously, eytan-starkware wrote…
Shouldt finalize_without_reporting also use set_error_on_var?
changed finalize\_without\_reporting and remove solve_ex to all use this new mechanism.
TomerStarkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@TomerStarkware reviewed 3 of 3 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @eytan-starkware)
eytan-starkware
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@eytan-starkware reviewed 3 of 3 files at r2, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @orizi)

No description provided.