Skip to content

Commit

Permalink
Move to ppx_expect v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos authored and rgrinberg committed Jun 14, 2024
1 parent 638b207 commit 9ee0aab
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ possible and does not make any assumptions about IO.
yojson
(ppx_yojson_conv_lib (>= "v0.14"))
(cinaps :with-test)
(ppx_expect (and (>= v0.15.0) :with-test))
(ppx_expect (and (>= v0.17.0) :with-test))
(uutf (>= 1.0.2))
(odoc :with-doc)
(ocaml (>= 4.14))))
Expand All @@ -61,7 +61,7 @@ possible and does not make any assumptions about IO.
spawn
astring
camlp-streams
(ppx_expect (and (>= v0.15.0) :with-test))
(ppx_expect (and (>= v0.17.0) :with-test))
(ocamlformat (and :with-test (= 0.26.1)))
(ocamlc-loc (>= 3.7.0))
(pp (>= 1.1.2))
Expand Down
2 changes: 1 addition & 1 deletion jsonrpc-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
jsonrpc_fiber
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config
Expand Down
2 changes: 1 addition & 1 deletion lsp-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
lsp_fiber
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config
Expand Down
2 changes: 1 addition & 1 deletion lsp.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ depends: [
"yojson"
"ppx_yojson_conv_lib" {>= "v0.14"}
"cinaps" {with-test}
"ppx_expect" {>= "v0.15.0" & with-test}
"ppx_expect" {>= "v0.17.0" & with-test}
"uutf" {>= "1.0.2"}
"odoc" {with-doc}
"ocaml" {>= "4.14"}
Expand Down
2 changes: 1 addition & 1 deletion lsp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"spawn"
"astring"
"camlp-streams"
"ppx_expect" {>= "v0.15.0" & with-test}
"ppx_expect" {>= "v0.17.0" & with-test}
"ocamlformat" {with-test & = "0.26.1"}
"ocamlc-loc" {>= "3.7.0"}
"pp" {>= "1.1.2"}
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/e2e-new/dune
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
;; This is because of the (implicit_transitive_deps false)
;; in dune-project
base
ppx_expect.common
ppx_expect
ppx_expect.config
ppx_expect.config_types
ppx_inline_test.config)
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server/test/e2e-new/with_ppx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let%expect_test "with-ppx" =
Received 0 diagnostics
{
"contents": {
"value": "(* ppx expect expansion *)\nExpect_test_collector.Current_file.unset ()",
"value": "(* ppx expect expansion *)\nPpx_expect_runtime.Current_file.unset ()",
"language": "ocaml"
},
"range": {
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber-csexp/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
2 changes: 1 addition & 1 deletion submodules/lev/lev-fiber/test/util/dune
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand Down
6 changes: 3 additions & 3 deletions submodules/lev/lev/test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests)
Expand All @@ -23,7 +23,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand All @@ -42,7 +42,7 @@
;; in dune-project
ppx_expect.config
ppx_expect.config_types
ppx_expect.common
ppx_expect
base
ppx_inline_test.config)
(inline_tests
Expand Down

0 comments on commit 9ee0aab

Please sign in to comment.