You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
━━━ Test.Hedgehog.Text ━━━
✓ prop_show_append_size passed 100 tests.
✓ prop_tripping_append_size passed 100 tests.
○ 2/4 complete (running)
test: Enum.fromEnum{Int64}: value (-9223372036854775808) is outside of Int's bounds (-2147483648,2147483647)
Test suite test: FAIL
Test suite logged to: dist/test/hedgehog-0.5-test.log
0 of 1 test suites (0 of 1 test cases) passed.
The text was updated successfully, but these errors were encountered:
Do I read the code correctly and the test tests a random number generator with a
64-bit only seed? So the library itself will not work on 32-bit and it's actually not just
the test which fails?
Anyway, what can be done in Haskell to write portable code?
The text was updated successfully, but these errors were encountered: