-
Notifications
You must be signed in to change notification settings - Fork 234
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
chore: pull value merger code from sync #10080
base: master
Are you sure you want to change the base?
Conversation
Changes to circuit sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
@asterite can you pull this branch and run the unconditional_recursion test locally? This passes locally for me but fails in CI. |
It passes too. That said, I can make it fail locally if I change
Maybe that value is different in CI, compared to our machines? |
It seems the value is platform-dependent: https://doc.rust-lang.org/std/thread/#stack-size But I don't know if this is running in a non-main thread. That said, maybe we should set that value to a fixed constant somewhere so code runs the same way everywhere. (I think, for example, the Rust compiler sets it to a higher-than-normal value to support deeply nested code structures, so we could do the same) |
Please read contributing guidelines and remove this line.