Skip to content

Commit 30538a2

Browse files
Merge pull request #145 from patricoferris/5.2.0minus-9
5.2.0minus 9
2 parents f297a8a + ab93d4c commit 30538a2

File tree

7 files changed

+6
-120
lines changed

7 files changed

+6
-120
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."

src/kernel/dune

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
(rule
55
(copy# ../ocaml/driver/pparse.mli pparse.mli))
66

7-
(rule
8-
(copy# ../runtime/float32.c float32.c))
9-
107
(library
118
(name merlin_kernel)
129
(public_name merlin-lib.kernel)
@@ -21,8 +18,7 @@
2118
-open Merlin_extend)
2219
(libraries merlin_config os_ipc ocaml_parsing ocaml_preprocess ocaml_typing
2320
ocaml_utils merlin_extend merlin_specific merlin_utils
24-
merlin_dot_protocol merlin_index_format unix str)
25-
(foreign_stubs (language c) (names float32)))
21+
merlin_dot_protocol merlin_index_format unix str))
2622

2723
(rule
2824
(targets standard_library.ml)
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

src/runtime/float32.c

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)