Skip to content

Commit 4cbfd1a

Browse files
committed
Add bisect_ppx to extracted dune libraries
1 parent 3eadb60 commit 4cbfd1a

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

src/common/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
(pps
2121
ppx_deriving.std
2222
ppx_deriving_hash
23-
ppx_deriving_yojson)))
23+
ppx_deriving_yojson))
24+
(instrumentation (backend bisect_ppx)))
2425

2526
(documentation)

src/config/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
(preprocess
1919
(pps
2020
ppx_blob))
21-
(preprocessor_deps (file options.schema.json)))
21+
(preprocessor_deps (file options.schema.json))
22+
(instrumentation (backend bisect_ppx)))
2223

2324
(documentation)

src/domain/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
(pps
1515
ppx_deriving.std
1616
ppx_deriving_hash
17-
ppx_deriving_yojson)))
17+
ppx_deriving_yojson))
18+
(instrumentation (backend bisect_ppx)))
1819

1920
(documentation)

src/incremental/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
(pps
1818
ppx_deriving.std
1919
ppx_deriving_hash
20-
ppx_deriving_yojson)))
20+
ppx_deriving_yojson))
21+
(instrumentation (backend bisect_ppx)))
2122

2223
(documentation)

src/util/library/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
(preprocess
1414
(pps
1515
ppx_deriving.std
16-
ppx_deriving_hash)))
16+
ppx_deriving_hash))
17+
(instrumentation (backend bisect_ppx)))
1718

1819
(documentation)

src/util/std/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
(pps
1616
ppx_deriving.std
1717
ppx_deriving_hash
18-
ppx_deriving_yojson)))
18+
ppx_deriving_yojson))
19+
(instrumentation (backend bisect_ppx)))

0 commit comments

Comments
 (0)