Skip to content

Commit d6dac59

Browse files
committed
ppx_minidebug is not compatible with new ppx_sexp_conv
due to some issues with ppxlib 0.36.0 Seen on #27958 ``` === ERROR while compiling ppx_minidebug.2.2.0 ================================# context 2.3.0 | linux/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository path ~/.opam/5.3/.opam-switch/build/ppx_minidebug.2.2.0 command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ppx_minidebug -j 255 @install exit-code 1 env-file ~/.opam/log/ppx_minidebug-7-521fc7.env output-file ~/.opam/log/ppx_minidebug-7-521fc7.out (cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I .ppx_minidebug.objs/byte -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3/lib/ppx_derivers -I /home/opam/.opam/5.3/lib/ppxlib -I /home/opam/.opam/5.3/lib/ppxlib/ast -I /home/opam/.opam/5.3/lib/ppxlib/astlib -I /home/opam/.opam/5.3/lib/ppxlib/print_diff -I /home/opam/.opam/5.3/lib/ppxlib/stdppx -I /home/opam/.opam/5.3/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3/lib/re -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/sexplib0 -I /home/opam/.opam/5.3/lib/stdlib-shims -no-alias-deps -o .ppx_minidebug.objs/byte/ppx_minidebug.cmo -c -impl ppx_minidebug.pp.ml) File "ppx_minidebug.ml", line 67, characters 51-52: 67 | | Ptyp_alias (typ, x) -> typ2str typ ^ " as '" ^ x ^ Error: The value "x" has type "string Ppxlib.loc" = "string Location.loc" but an expression was expected of type "string" ``` Signed-off-by: Marcello Seri <[email protected]>
1 parent 2ed3e0e commit d6dac59

File tree

15 files changed

+15
-15
lines changed
  • packages/ppx_minidebug
    • ppx_minidebug.0.3.3
    • ppx_minidebug.0.6.2
    • ppx_minidebug.1.0.0
    • ppx_minidebug.1.2.1
    • ppx_minidebug.1.3.0
    • ppx_minidebug.1.4.0
    • ppx_minidebug.1.5.0
    • ppx_minidebug.1.5.1
    • ppx_minidebug.1.6.0
    • ppx_minidebug.2.0.0
    • ppx_minidebug.2.0.1
    • ppx_minidebug.2.0.2
    • ppx_minidebug.2.0.3
    • ppx_minidebug.2.1.0
    • ppx_minidebug.2.2.0

15 files changed

+15
-15
lines changed

packages/ppx_minidebug/ppx_minidebug.0.3.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ depends: [
1313
"ocaml" {>= "4.08"}
1414
"dune" {>= "3.7"}
1515
"ppx_deriving"
16-
"ppx_sexp_conv"
16+
"ppx_sexp_conv" {< "v0.17.1"}
1717
"ppxlib" {>= "0.25.0"}
1818
"printbox"
1919
"printbox-text"

packages/ppx_minidebug/ppx_minidebug.0.6.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.08"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.25.0"}
1919
"printbox" {>= "0.7"}
2020
"printbox-text"

packages/ppx_minidebug/ppx_minidebug.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.7"}
2020
"printbox-text"

packages/ppx_minidebug/ppx_minidebug.1.2.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.7"}
2020
"printbox-text"

packages/ppx_minidebug/ppx_minidebug.1.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.10"}
2020
"printbox-text" {>= "0.10"}

packages/ppx_minidebug/ppx_minidebug.1.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.11"}
2020
"printbox-text" {>= "0.11"}

packages/ppx_minidebug/ppx_minidebug.1.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.11"}
2020
"printbox-text" {>= "0.11"}

packages/ppx_minidebug/ppx_minidebug.1.5.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.11"}
2020
"printbox-text" {>= "0.11"}

packages/ppx_minidebug/ppx_minidebug.1.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.11"}
2020
"printbox-text" {>= "0.11"}

packages/ppx_minidebug/ppx_minidebug.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml" {>= "4.13"}
1515
"dune" {>= "3.7"}
1616
"ppx_deriving"
17-
"ppx_sexp_conv"
17+
"ppx_sexp_conv" {< "v0.17.1"}
1818
"ppxlib" {>= "0.26.0"}
1919
"printbox" {>= "0.11"}
2020
"printbox-text" {>= "0.11"}

0 commit comments

Comments
 (0)