File tree Expand file tree Collapse file tree 7 files changed +580
-7
lines changed
Expand file tree Collapse file tree 7 files changed +580
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ build: [
1111 ["dune" "build" "-p" name "-j" jobs]
1212]
1313depends: [
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]
1919description:
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1+ type_parser.ml
2+ type_parser.mli
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments