xguerin / bitstring

OCaml Bitstring - bitstring matching for OCaml
GNU General Public License v2.0
67 stars 8 forks source link

Ensure c bindings comply with gc rules from ocaml manual #29

Closed lmiskiewicz-js closed 2 years ago

lmiskiewicz-js commented 2 years ago

A function and a macro generating a few functions didn't comply with one of the rules related to C bindings safety around garbage collection.

https://ocaml.org/manual/intfc.html#s:c-gc-harmony

xguerin commented 2 years ago

Thanks !