mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-29 10:53:31 +03:00
27ac8d9717
This patch: * Adds the appropriate conditional logic to use the `Win32` library to dynamically load shared libraries on Windows. * Tweaks some FFI-related test cases to make them work portably on Windows. I have left comments describing each of the non-obvious tweaks that I had to make. * Updates the reference manual accordingly. Fixes #1394.
30 lines
1.0 KiB
Plaintext
30 lines
1.0 KiB
Plaintext
Loading module Cryptol
|
|
Loading module Cryptol
|
|
Loading module Main
|
|
Loading dynamic library ffi-runtime-errors.dll
|
|
|
|
numeric type argument to foreign function is too large: 18446744073709551616
|
|
in type parameter n`899 of function Main::f
|
|
type arguments must fit in a C `size_t`
|
|
-- Backtrace --
|
|
Main::f called at ffi-runtime-errors.icry:4:1--4:2
|
|
|
|
cannot call foreign function Main::g
|
|
FFI calls are not supported in this context
|
|
If you are trying to evaluate an expression, try rebuilding
|
|
Cryptol with FFI support enabled.
|
|
|
|
cannot call foreign function Main::g
|
|
FFI calls are not supported in this context
|
|
If you are trying to evaluate an expression, try rebuilding
|
|
Cryptol with FFI support enabled.
|
|
|
|
cannot call foreign function Main::g
|
|
FFI calls are not supported in this context
|
|
If you are trying to evaluate an expression, try rebuilding
|
|
Cryptol with FFI support enabled.
|
|
cannot call foreign function Main::g
|
|
FFI calls are not supported in this context
|
|
If you are trying to evaluate an expression, try rebuilding
|
|
Cryptol with FFI support enabled.
|