I don't actually use this module but this issue causes running dune tests to fatally fail (repro with dune test on a dune project that depends on olivine).
Uncaught exception:
Ctypes_static.Unsupported("struct with no fields")
Raised at Ctypes_structs_computed.seal in file "src/ctypes/ctypes_structs_computed.ml", line 52, characters 30-73
Called from Vk__Types__Transform_matrix_nv in file "lib/Vk__Types__Transform_matrix_nv.ml", line 6, characters 9-26
I think the offending Ctypes line is here.
I'd be surprised if this were specific to my setup, but in any case:
- Fedora release 42 (Adams)
- ocaml-base-compiler = 5.3.0
- dune = 3.20.2
I don't actually use this module but this issue causes running dune tests to fatally fail (repro with
dune teston a dune project that depends on olivine).I think the offending Ctypes line is here.
I'd be surprised if this were specific to my setup, but in any case: