Skip to content

Commit 4018464

Browse files
dream-html not compatible with recent ppxlib
File "ppx/ppx.ml", line 30, characters 26-66: 30 | (pstr_value drop (value_binding ~pat:__ ~expr:(estring __) ^:: nil) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "ppx/ppx.ml", line 30, characters 26-66: 30 | (pstr_value drop (value_binding ~pat:__ ~expr:(estring __) ^:: nil) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This expression has type constraint_:(Ppxlib__.Import.value_constraint option, 'a, 'b) Ppxlib__.Ast_pattern0.t -> (Ppxlib__.Import.value_binding, Ppxlib__.Import.pattern -> string -> 'a, 'b) Ppxlib__.Ast_pattern0.t but an expression was expected of type ('c, 'd, 'e) Ppxlib.Ast_pattern.t = ('c, 'd, 'e) Ppxlib__Ast_pattern0.t File "ppx/ppx.ml", line 30, characters 26-66: 30 | (pstr_value drop (value_binding ~pat:__ ~expr:(estring __) ^:: nil) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. File "ppx/ppx.ml", line 30, characters 26-66: 30 | (pstr_value drop (value_binding ~pat:__ ~expr:(estring __) ^:: nil) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: This expression has type constraint_:(Ppxlib__.Import.value_constraint option, 'a, 'b) Ppxlib__.Ast_pattern0.t -> (Ppxlib__.Import.value_binding, Ppxlib__.Import.pattern -> string -> 'a, 'b) Ppxlib__.Ast_pattern0.t but an expression was expected of type ('c, 'd, 'e) Ppxlib.Ast_pattern.t = ('c, 'd, 'e) Ppxlib__Ast_pattern0.t
1 parent ee24528 commit 4018464

File tree

5 files changed

+5
-5
lines changed
  • packages/dream-html
    • dream-html.3.10.0
    • dream-html.3.10.1
    • dream-html.3.11.0
    • dream-html.3.11.1
    • dream-html.3.9.5

5 files changed

+5
-5
lines changed

packages/dream-html/dream-html.3.10.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.10.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.11.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.11.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

packages/dream-html/dream-html.3.9.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bug-reports: "https://github.com/yawaramin/dream-html/issues"
1212
depends: [
1313
"dune" {>= "3.0"}
1414
"ocaml" {>= "4.14.0"}
15-
"ppxlib" {>= "0.33.0" & < "1.0.0"}
15+
"ppxlib" {>= "0.33.0" & < "0.36"}
1616
"pure-html" {= version}
1717
"dream" {>= "1.0.0~alpha8"}
1818
"odoc" {with-doc}

0 commit comments

Comments
 (0)