xavierleroy / camlidl

Stub code generator for OCaml/C interface
Other
34 stars 8 forks source link

Make generated code use namespaced APIs #25

Closed MisterDA closed 1 year ago

MisterDA commented 1 year ago

Presumably these two functions were forgotten from a previous update to OCaml 5.0. I've looked at the code in compiler/ and I haven't found another place where non-namespaced functions are used.

avsm commented 1 year ago

@xavierleroy, might you be able to cut a release of camlidl with this fix? It's causing macos/arm64 build failures for an ocamlfuse in ocaml/opam-repository#23728.