exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
94 stars 50 forks source link

test-generator: address yojson deprecations #360

Closed marionebl closed 5 years ago

marionebl commented 5 years ago

Avoid using Yojson.Basic.json directly to maintain forward compatibility. Also gets rid of warnings in ci output such as:

Warning 3: deprecated: Yojson.Basic.json

json types are being renamed and will be removed in the next Yojson major version. Use type t instead