otp icon indicating copy to clipboard operation
otp copied to clipboard

not compatible with ocaml 4.03.0+

Open avsm opened this issue 7 years ago • 1 comments

Compilation fails with this on OCaml 4.03.0+ due to changes in the parsetree:

# File "src/json_types/json_types.ml", line 49, characters 17-30:
# Error: The constructor Pstr_type expects 2 argument(s),
#        but is applied here to 1 argument(s)

The new ocaml-migrate-parsetree package may be helpful in making it more independent of the specific OCaml version in use. cc @let-def

avsm avatar Apr 11 '17 12:04 avsm

Thank you for bringing this up. My schedule currently has very little free time, so the earliest I can look into this will be this weekend.

nv-vn avatar Apr 12 '17 06:04 nv-vn