-
Notifications
You must be signed in to change notification settings - Fork 25
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
Compact gate follow up #1078
Conversation
make an associated generic type, rather than method
Codecov ReportAttention: Patch coverage is
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. |
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.
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")] |
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.
I think we should keep the comment about keeping this in sync with MAX_BREAKDOWNS.
Addresses most of the comments from #961 PR.