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

tracking relations #229

Merged
merged 1 commit into from
Dec 8, 2024
Merged

tracking relations #229

merged 1 commit into from
Dec 8, 2024

Conversation

ohad-starkware
Copy link
Contributor

@ohad-starkware ohad-starkware commented Dec 4, 2024

This change is Reviewable

Copy link
Contributor

@Alon-Ti Alon-Ti left a 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 Evals had some sort of common trait.

Copy link
Contributor Author

@ohad-starkware ohad-starkware left a 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 Evals 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.

Copy link
Contributor

@Alon-Ti Alon-Ti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r3, all commit messages.
Reviewable status: :shipit: 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.

Copy link
Contributor

@Alon-Ti Alon-Ti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r4, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)

Copy link
Contributor

@Alon-Ti Alon-Ti left a 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: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)

@ohad-starkware ohad-starkware force-pushed the ohad/call branch 2 times, most recently from 60c11f8 to 63b2358 Compare December 5, 2024 16:16
@ohad-starkware ohad-starkware force-pushed the ohad/debug_cairo_relations branch from a6ab50b to 60dfca9 Compare December 5, 2024 16:16
This was referenced Dec 8, 2024
@ohad-starkware ohad-starkware force-pushed the ohad/call branch 2 times, most recently from de4c586 to acbaa91 Compare December 8, 2024 15:12
@ohad-starkware ohad-starkware force-pushed the ohad/debug_cairo_relations branch from 60dfca9 to 4b06445 Compare December 8, 2024 15:13
Copy link
Contributor Author

ohad-starkware commented Dec 8, 2024

Merge activity

  • Dec 8, 10:20 AM EST: A user started a stack merge that includes this pull request via Graphite.
  • Dec 8, 10:23 AM EST: Graphite rebased this pull request as part of a merge.
  • Dec 8, 10:27 AM EST: A user merged this pull request with Graphite.

@ohad-starkware ohad-starkware changed the base branch from ohad/call to graphite-base/229 December 8, 2024 15:21
@ohad-starkware ohad-starkware changed the base branch from graphite-base/229 to main December 8, 2024 15:21
@ohad-starkware ohad-starkware force-pushed the ohad/debug_cairo_relations branch from 4b06445 to 8efadef Compare December 8, 2024 15:22
@ohad-starkware ohad-starkware merged commit 4c3eaf7 into main Dec 8, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants