-
Notifications
You must be signed in to change notification settings - Fork 9
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
tracking relations #229
tracking relations #229
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
58bb5b6
to
3ef3bd2
Compare
26f50c2
to
3bf51d0
Compare
3ef3bd2
to
4aa6521
Compare
3bf51d0
to
279e0f1
Compare
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.
Reviewed 5 of 6 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @ohad-starkware)
stwo_cairo_prover/crates/prover/src/cairo_air/debug.rs
line 46 at r2 (raw file):
}); let evals = &evals.as_ref(); let trace = &(evals).into();
Check if there's a less confusing way to write this ((&evals)
?)
stwo_cairo_prover/crates/prover/src/cairo_air/debug.rs
line 67 at r2 (raw file):
); } for claim in claim.opcodes.add_f_t.clone() {
Macro these out?
Maybe even possible with regular code if Eval
s had some sort of common trait.
4aa6521
to
4d6e27d
Compare
279e0f1
to
e631f0a
Compare
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, 2 unresolved discussions (waiting on @Alon-Ti)
stwo_cairo_prover/crates/prover/src/cairo_air/debug.rs
line 46 at r2 (raw file):
Previously, Alon-Ti wrote…
Check if there's a less confusing way to write this (
(&evals)
?)
Done.
stwo_cairo_prover/crates/prover/src/cairo_air/debug.rs
line 67 at r2 (raw file):
Previously, Alon-Ti wrote…
Macro these out?
Maybe even possible with regular code if
Eval
s had some sort of common trait.
evals need to expose n_calls for that
I think we would have that eventually, and I don't want to write a macro for this (different attributes). added a TODO stating I'm not happy about it.
4d6e27d
to
f68de27
Compare
e631f0a
to
23df085
Compare
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.
Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
stwo_cairo_prover/crates/prover/src/cairo_air/debug.rs
line 67 at r2 (raw file):
Previously, ohad-starkware (Ohad) wrote…
evals need to expose n_calls for that
I think we would have that eventually, and I don't want to write a macro for this (different attributes). added a TODO stating I'm not happy about it.
Makes sense.
f68de27
to
08bdde3
Compare
23df085
to
ece9c84
Compare
08bdde3
to
4a635a9
Compare
ece9c84
to
6c73d1c
Compare
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.
Reviewed 2 of 2 files at r4, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
4a635a9
to
025a366
Compare
6c73d1c
to
14fe95b
Compare
025a366
to
385d112
Compare
14fe95b
to
a6ab50b
Compare
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.
Reviewed 1 of 1 files at r5, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
60c11f8
to
63b2358
Compare
a6ab50b
to
60dfca9
Compare
de4c586
to
acbaa91
Compare
60dfca9
to
4b06445
Compare
4b06445
to
8efadef
Compare
This change is