Skip to content

Commit 650a786

Browse files
authored
Merge pull request #1844 from voodoos/4171-501
Prepare release 4.17.1-501
2 parents 754b0ec + e25d09a commit 650a786

File tree

7 files changed

+580
-7
lines changed

7 files changed

+580
-7
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
merlin 4.17
2-
===========
3-
Thu Sep 26 18:48:42 CEST 2024
1+
merlin 4.17.1
2+
=============
3+
Fri Sep 27 12:02:42 CEST 2024
44

55
+ merlin binary
66
- A new `WRAPPING_PREFIX` configuration directive that can be used to tell Merlin

dot-merlin-reader.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ build: [
1111
["dune" "build" "-p" name "-j" jobs]
1212
]
1313
depends: [
14-
"ocaml" {>= "5.1" & < "5.2" }
14+
"ocaml" {>= "4.14"}
1515
"dune" {>= "2.9.0"}
16-
"merlin-lib" {>= "4.9"}
16+
"merlin-lib" {>= "4.17"}
1717
"ocamlfind" {>= "1.6.0"}
1818
]
1919
description:

merlin.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "5.1" & < "5.2"}
1515
"dune" {>= "2.9.0"}
1616
"merlin-lib" {= version}
17-
"dot-merlin-reader" {>= "4.9"}
17+
"dot-merlin-reader" {>= "4.17"}
1818
"yojson" {>= "2.0.0"}
1919
"conf-jq" {with-test}
2020
"ppxlib" {with-test}

src/sherlodoc/.ocamlformat-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
type_parser.ml
2+
type_parser.mli

src/sherlodoc/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
(menhir
66
(modules type_parser)
7-
(flags --explain))
7+
(enabled_if (<> %{profile} "release"))
8+
(mode promote)
9+
(flags :standard --explain))
810

911
(ocamllex type_lexer)

0 commit comments

Comments
 (0)