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

use bigint printer when int attr exceeds uint64 range #12

Closed
wants to merge 1 commit into from

Conversation

mars-risc0
Copy link
Contributor

IntegerAttr's uint64 getter fails when attribute is out of range; test for that condition and use the print function instead of the stream output

@mars-risc0 mars-risc0 force-pushed the mars/print-big-rust-literals branch from 563f692 to ad3928e Compare August 21, 2024 18:29
@mars-risc0
Copy link
Contributor Author

While this change is probably fine for its own sake, it arose as a downstream consequence of a problem in R1CS lowering which no longer repros, so it is no longer necessary.

@mars-risc0 mars-risc0 closed this Aug 26, 2024
@mars-risc0 mars-risc0 deleted the mars/print-big-rust-literals branch December 9, 2024 23:14
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