gildor478 / ocaml-gettext

Other
13 stars 10 forks source link

OCaml 5 compatibility #24

Open Leonidas-from-XIV opened 2 years ago

Leonidas-from-XIV commented 2 years ago

This PR updates the code so it should work with OCaml 5. Notably it fixes some deprecation warnings displayed in 4.14 and uses the new Seq API that has been introduced in OUnit 2.2.6.

However, it requires a release of OUnit2 that incorporates this fix: https://github.com/gildor478/ounit/pull/95