Skip to content

Commit

Permalink
Add bisect_ppx to extracted dune libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Dec 15, 2023
1 parent 3eadb60 commit 4cbfd1a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/common/dune
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
(pps
ppx_deriving.std
ppx_deriving_hash
ppx_deriving_yojson)))
ppx_deriving_yojson))
(instrumentation (backend bisect_ppx)))

(documentation)
3 changes: 2 additions & 1 deletion src/config/dune
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
(preprocess
(pps
ppx_blob))
(preprocessor_deps (file options.schema.json)))
(preprocessor_deps (file options.schema.json))
(instrumentation (backend bisect_ppx)))

(documentation)
3 changes: 2 additions & 1 deletion src/domain/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
(pps
ppx_deriving.std
ppx_deriving_hash
ppx_deriving_yojson)))
ppx_deriving_yojson))
(instrumentation (backend bisect_ppx)))

(documentation)
3 changes: 2 additions & 1 deletion src/incremental/dune
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
(pps
ppx_deriving.std
ppx_deriving_hash
ppx_deriving_yojson)))
ppx_deriving_yojson))
(instrumentation (backend bisect_ppx)))

(documentation)
3 changes: 2 additions & 1 deletion src/util/library/dune
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
(preprocess
(pps
ppx_deriving.std
ppx_deriving_hash)))
ppx_deriving_hash))
(instrumentation (backend bisect_ppx)))

(documentation)
3 changes: 2 additions & 1 deletion src/util/std/dune
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
(pps
ppx_deriving.std
ppx_deriving_hash
ppx_deriving_yojson)))
ppx_deriving_yojson))
(instrumentation (backend bisect_ppx)))

0 comments on commit 4cbfd1a

Please sign in to comment.