-
Notifications
You must be signed in to change notification settings - Fork 38
Feat/update proof systems #1299
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
base: develop
Are you sure you want to change the base?
Conversation
6662c7a
to
be3ed6a
Compare
576c591
to
93e94f4
Compare
de3df2a
to
7738a15
Compare
a5a4acd
to
7f9ea4f
Compare
} | ||
BinOp(Op2::Sub, x, y) => { | ||
// TODO_NOT_SURE | ||
Operations::Atom(_) => {} |
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.
Not sure what I should do here, since type of Atom(T)
if different from e
, I could implement something similar to eval
and sub_eval
where sub_extract_caches
is same as extract_caches
but on type of T
3015c32
to
c20d58a
Compare
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.
A consequence of merging this would be to come back on nightly, instead of a fixed version as done in #1348. ark-ff 0.3.0 depends on hasbrown 0.11.2, and we get
error: `#[inline]` attribute cannot be used on macro calls
--> /home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.11.2/src/raw/mod.rs:1539:41
|
1539 | #[cfg_attr(feature = "inline-more", inline)]
| ^^^^^^
|
= help: `#[inline]` can only be applied to functions
from the nightly version of Rust from yesterday (2025-08-24).
38fcab6
to
7c41550
Compare
7c41550
to
fd88d24
Compare
fd88d24
to
a2ed9dd
Compare
a2ed9dd
to
f46584d
Compare
Update proof systems and algebra to new version