-
Notifications
You must be signed in to change notification settings - Fork 51
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
Replace Data.BigInt with JS.BigInt #1551
Conversation
You probably forgot to run spago2nix, read |
|
Dammit this passes locally! Oh God of Reproducibility, where is you universal determinism now? Why does Plutip have free will while the rest of us are wallowing in our destinies? |
Woohoo! @klntsky this is green! |
Closes #1472. Due to us needing Aeson instances, I had to create a newtype wrapper: I've tried to keep its API as similar to the
Data.BigInt
one as possible, so that switching is painless.For some reason, I get CI failures due to Nix not installing the necessary library: locally I have no problems.
Pre-review checklist
make format
)## Unreleased
header, using the appropriate sub-headings (### Added
,### Removed
,### Fixed
), and the links to the appropriate issues/PRs have been included