-
Notifications
You must be signed in to change notification settings - Fork 94
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
[ocaml-gen] rename macros and revert multi-declaration of custom types #195
Conversation
Codecov Report
@@ Coverage Diff @@
## master #195 +/- ##
==========================================
+ Coverage 88.91% 88.93% +0.01%
==========================================
Files 74 74
Lines 18248 18207 -41
==========================================
- Hits 16226 16192 -34
+ Misses 2022 2015 -7
Continue to review full report at Codecov.
|
circuits/plonk-15-wires/src/gate.rs
Outdated
row: CurrOrNext::Curr, | ||
column, | ||
}; | ||
let chacha_pattern = (0..4) |
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.
This diff looks very similar to the one from PR193
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.
this is because of reformating issues :/ which will be fixed in one of the PR: #193
2875e51
to
234692b
Compare
rebased |
586be3c
to
f32e5c2
Compare
rebased |
f32e5c2
to
40b8f05
Compare
see #172 (comment)
tl;dr is that this is that declaring the same custom type multiple times is error-prone. I'm investigating another solution.
as for name changes: