Skip to content

Commit ab93d4c

Browse files
d-kalinichenkopatricoferris
authored andcommitted
fix
Signed-off-by: Patrick Ferris <[email protected]>
1 parent 45b3d0d commit ab93d4c

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

dot-merlin-reader.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "5.2.1-502+jst"
23
maintainer: "[email protected]"
34
authors: "The Merlin team"
45
synopsis: "Reads config files for merlin"

merlin-lib.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "5.2.1-502+jst"
23
maintainer: "[email protected]"
34
authors: "The Merlin team"
45
homepage: "https://github.com/ocaml/merlin"

merlin.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
opam-version: "2.0"
2+
version: "5.2.1-502+jst"
23
maintainer: "[email protected]"
34
authors: "The Merlin team"
45
homepage: "https://github.com/ocaml/merlin"

ocaml-index.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3+
version: "5.2.1-502+jst"
34
synopsis: "A tool that indexes value usages from cmt files"
45
description:
56
"ocaml-index should integrate with the build system to index codebase and allow tools such as Merlin to perform project-wide occurrences queries."
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(* Filled in from Msupport. *)
2-
let msupport_raise_error : (exn -> unit) ref = ref raise
2+
let msupport_raise_error : (exn -> unit) ref = ref (fun x -> raise x)
33

44
let raise_error exn = !msupport_raise_error exn

0 commit comments

Comments
 (0)