We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d696925 commit e7cdfe5Copy full SHA for e7cdfe5
CHANGES.md
@@ -1,3 +1,12 @@
1
+v5.1.1 2019-11-23
2
+-----------------
3
+
4
+This is a point release to fix a regression in 5.1.0
5
+on compilers earlier than 4.07.
6
7
+The release also fixes the test suite and CI on compilers
8
+greater than 4.07.
9
10
v5.1.0 2019-11-23
11
-----------------
12
ppx_test/errors/pp.ml
@@ -3,7 +3,7 @@
external sys_exit : int -> 'a = "caml_sys_exit"
let () = at_exit (fun () -> sys_exit 0)
-#if OCAML_VERSION >= (4,7,0)
+#if OCAML_VERSION >= (4,8,0)
let () = Clflags.(error_style := Some Short)
#endif
0 commit comments