Commit 54c821ce authored by Chick Markley's avatar Chick Markley Committed by GitHub
Browse files

Fix poke expect neg ints (#66)

* Implicit Int to BigInt fails sometimes when expect is passed an Int
Trying to create simple example has proven intractable
For expect, and poke methods that take BigInts I have created overloaded versions
that take Ints and explicitly convert to BigInt

* Implicit Int to BigInt fails sometimes when expect is passed an Int
remove implicit conversions from int to bigint, that forced negative int into positive value representation

* Per Donggyu, preserve (but rename) his Int => BigInt and Long => BigInt, and make them not implicit
parent 21d08faf
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment