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

Compact gate follow up #1078

Merged

Conversation

akoshelev
Copy link
Collaborator

Addresses most of the comments from #961 PR.

Copy link

codecov bot commented May 19, 2024

Codecov Report

Attention: Patch coverage is 91.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 90.85%. Comparing base (98fc9ff) to head (f1d5dcb).

Files Patch % Lines
ipa-core/src/protocol/boolean/and.rs 50.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1078      +/-   ##
==========================================
+ Coverage   90.82%   90.85%   +0.02%     
==========================================
  Files         184      183       -1     
  Lines       25713    25695      -18     
==========================================
- Hits        23355    23344      -11     
+ Misses       2358     2351       -7     

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

Copy link
Collaborator

@benjaminsavage benjaminsavage left a comment

Choose a reason for hiding this comment

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

LGTM. Maybe just add that one comment back in.

Self::Bit(usize::try_from(v).unwrap())
}
}
#[step(count = 512, child = crate::protocol::boolean::step::EightBitStep, name = "b")]
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we should keep the comment about keeping this in sync with MAX_BREAKDOWNS.

@benjaminsavage benjaminsavage merged commit 7d76bd8 into private-attribution:main May 20, 2024
11 checks passed
@akoshelev akoshelev deleted the compact-gate-followup branch May 21, 2024 17:01
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