Skip to content

Commit

Permalink
Merge pull request #1844 from voodoos/4171-501
Browse files Browse the repository at this point in the history
Prepare release 4.17.1-501
  • Loading branch information
voodoos authored Sep 27, 2024
2 parents 754b0ec + e25d09a commit 650a786
Show file tree
Hide file tree
Showing 7 changed files with 580 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
merlin 4.17
===========
Thu Sep 26 18:48:42 CEST 2024
merlin 4.17.1
=============
Fri Sep 27 12:02:42 CEST 2024

+ merlin binary
- A new `WRAPPING_PREFIX` configuration directive that can be used to tell Merlin
Expand Down
4 changes: 2 additions & 2 deletions dot-merlin-reader.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "5.1" & < "5.2" }
"ocaml" {>= "4.14"}
"dune" {>= "2.9.0"}
"merlin-lib" {>= "4.9"}
"merlin-lib" {>= "4.17"}
"ocamlfind" {>= "1.6.0"}
]
description:
Expand Down
2 changes: 1 addition & 1 deletion merlin.opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"ocaml" {>= "5.1" & < "5.2"}
"dune" {>= "2.9.0"}
"merlin-lib" {= version}
"dot-merlin-reader" {>= "4.9"}
"dot-merlin-reader" {>= "4.17"}
"yojson" {>= "2.0.0"}
"conf-jq" {with-test}
"ppxlib" {with-test}
Expand Down
2 changes: 2 additions & 0 deletions src/sherlodoc/.ocamlformat-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
type_parser.ml
type_parser.mli
4 changes: 3 additions & 1 deletion src/sherlodoc/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

(menhir
(modules type_parser)
(flags --explain))
(enabled_if (<> %{profile} "release"))
(mode promote)
(flags :standard --explain))

(ocamllex type_lexer)
Loading

0 comments on commit 650a786

Please sign in to comment.