xavierleroy / camlidl

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

Avoid generating code that involves deprecated functions (in String mostly) #3

Closed nberth closed 6 years ago

nberth commented 6 years ago

Note the previous changes require OCaml ≥ 4.03 for compiling camlidl itself. Yet all this allows a smooth transition towards generating code that comply with immutability of strings in OCaml ≥ 4.06 (another pull request soon to come).