ocaml-ppx / ppx_import

Less redundancy in type declarations and signatures
MIT License
89 stars 29 forks source link

add test for multiple signature items #80

Open tatchi opened 1 year ago

tatchi commented 1 year ago

The test is failing on OCaml 4.08 only. It looks like lines reporting is different on that version 🤷‍♂️

-  File "test.ml", lines 1-3, characters 0-16:
+  File "test.ml", line 1, characters 0-40:
tatchi commented 1 year ago

I think this is an issue in version 4.08 that got fixed in 4.09 https://github.com/ocaml/ocaml/pull/8541