Skip to content

Commit c76ab86

Browse files
Mark ppx_deriving_yojson as incompatible with Yojson 3
It's actually mostly the tests causing issues, the tool works mostly fine.
1 parent 8700224 commit c76ab86

File tree

6 files changed

+6
-0
lines changed
  • packages/ppx_deriving_yojson
    • ppx_deriving_yojson.3.10.0
    • ppx_deriving_yojson.3.6.1
    • ppx_deriving_yojson.3.7.0
    • ppx_deriving_yojson.3.8.0
    • ppx_deriving_yojson.3.9.0
    • ppx_deriving_yojson.3.9.1

6 files changed

+6
-0
lines changed

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.10.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"ocaml" {>= "4.05.0"}
1616
"dune" {>= "1.0"}
1717
"yojson" {>= "1.6.0"}
18+
"yojson" {with-test & < "3"}
1819
"ppx_deriving" {>= "6.1"}
1920
"ppxlib" {>= "0.36.0"}
2021
"ounit2" {with-test}

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.6.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"ocaml" {>= "4.05.0" & < "5.3.0"}
1616
"dune" {>= "1.0"}
1717
"yojson" {>= "1.6.0"}
18+
"yojson" {with-test & < "3"}
1819
"result"
1920
"ppx_deriving" {>= "5.1"}
2021
"ppxlib" {>= "0.14.0" & < "0.26.0"}

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.7.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ depends: [
1313
"ocaml" {>= "4.05.0" & < "5.3.0"}
1414
"dune" {>= "1.0"}
1515
"yojson" {>= "1.6.0"}
16+
"yojson" {with-test & < "3"}
1617
"result"
1718
"ppx_deriving" {>= "5.1"}
1819
"ppxlib" {>= "0.26.0" & < "0.36.0"}

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"ocaml" {>= "4.05.0" & < "5.3.0"}
1616
"dune" {>= "1.0"}
1717
"yojson" {>= "1.6.0"}
18+
"yojson" {with-test & < "3"}
1819
"ppx_deriving" {>= "5.1"}
1920
"ppxlib" {>= "0.30.0" & < "0.36.0"}
2021
"ounit2" {with-test}

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.9.0/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"ocaml" {>= "4.05.0" & < "5.3.0"}
1616
"dune" {>= "1.0"}
1717
"yojson" {>= "1.6.0"}
18+
"yojson" {with-test & < "3"}
1819
"ppx_deriving" {>= "5.1"}
1920
"ppxlib" {>= "0.30.0" & < "0.36.0"}
2021
"ounit2" {with-test}

packages/ppx_deriving_yojson/ppx_deriving_yojson.3.9.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ depends: [
1515
"ocaml" {>= "4.05.0"}
1616
"dune" {>= "1.0"}
1717
"yojson" {>= "1.6.0"}
18+
"yojson" {with-test & < "3"}
1819
"ppx_deriving" {>= "5.1"}
1920
"ppxlib" {>= "0.30.0" & < "0.36.0"}
2021
"ounit2" {with-test}

0 commit comments

Comments
 (0)