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

relation tracker preprocessed bug fix #1002

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

ohad-starkware
Copy link
Collaborator

No description provided.

@reviewable-StarkWare
Copy link

This change is Reviewable

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2025

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.92%. Comparing base (c2e1a6a) to head (3114bd5).

Files with missing lines Patch % Lines
...rover/src/constraint_framework/relation_tracker.rs 92.85% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1002      +/-   ##
==========================================
- Coverage   92.93%   92.92%   -0.01%     
==========================================
  Files         105      105              
  Lines       14239    14243       +4     
  Branches    14239    14243       +4     
==========================================
+ Hits        13233    13236       +3     
  Misses        927      927              
- Partials       79       80       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ohad-starkware ohad-starkware force-pushed the ohad/relation_tracker_preprocessed_bug_fix branch from 71c4ce6 to 7e7bd7d Compare January 30, 2025 07:58
@ohad-starkware ohad-starkware self-assigned this Jan 30, 2025
@ohad-starkware ohad-starkware force-pushed the ohad/relation_tracker_preprocessed_bug_fix branch from 7e7bd7d to 118e5a7 Compare January 30, 2025 08:00
Copy link
Collaborator

@shaharsamocha7 shaharsamocha7 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 r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ohad-starkware)


crates/prover/src/constraint_framework/relation_tracker.rs line 44 at r2 (raw file):

        let component = FrameworkComponent::<E>::new(location_allocator, eval, QM31::default());

        // Interaction trace is no needed and might not exist when relation tracker is ran.

I see why you wrote this (for explaining the truncate), but I don't think the second part is necessary.
Also might not exists is scary

Suggestion:

 // Interaction trace is no needed for relation tracker.

@ohad-starkware ohad-starkware force-pushed the ohad/relation_tracker_preprocessed_bug_fix branch from 118e5a7 to 3114bd5 Compare January 30, 2025 17:48
Copy link
Collaborator

@shaharsamocha7 shaharsamocha7 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 r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)

@ohad-starkware ohad-starkware merged commit 30b2762 into dev Jan 30, 2025
17 of 19 checks passed
Copy link
Collaborator Author

Merge activity

  • Jan 30, 12:52 PM EST: A user merged this pull request with Graphite.

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.

4 participants