File tree Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Expand file tree Collapse file tree 4 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 207207 test-cases/dup-fields
208208 (progn (run %{exe:cram.exe } -test run.t) (diff? run.t run.t.corrected)))))
209209
210+ (alias
211+ (name duplicate-c-cxx)
212+ (deps (package dune) (source_tree test-cases/duplicate-c-cxx))
213+ (action
214+ (chdir
215+ test-cases/duplicate-c-cxx
216+ (progn (run %{exe:cram.exe } -test run.t) (diff? run.t run.t.corrected)))))
217+
210218(alias
211219 (name duplicate-target-no-loc)
212220 (deps (package dune) (source_tree test-cases/duplicate-target-no-loc))
12611269 (alias dune-ppx-driver-system)
12621270 (alias dune-project-edition)
12631271 (alias dup-fields)
1272+ (alias duplicate-c-cxx)
12641273 (alias duplicate-target-no-loc)
12651274 (alias embed-jbuild)
12661275 (alias enabled_if)
14141423 (alias dune-ppx-driver-system)
14151424 (alias dune-project-edition)
14161425 (alias dup-fields)
1426+ (alias duplicate-c-cxx)
14171427 (alias duplicate-target-no-loc)
14181428 (alias embed-jbuild)
14191429 (alias enabled_if)
Original file line number Diff line number Diff line change 1+ (library
2+ (name foo)
3+ (c_names foo)
4+ (cxx_names foo))
Original file line number Diff line number Diff line change 1+ c_names and cxx_names with overlapping names
2+ $ dune build @ all
3+ Info: creating file dune-project with this contents:
4+ | (lang dune 1.7 )
5+
6+ Multiple rules generated for _build/ default / foo$ext_obj:
7+ - dune: 3
8+ - dune: 4
9+ [1 ]
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Reproduction case for #1781, only the .ml and .mli should be promoted:
7575 $ dune build @ all -- root promote
7676 Entering directory ' promote'
7777 $ ls -1 promote/ _build/ default | grep mock
78- parser__mock. mli. inferred
7978 parser__mock. ml. mock
79+ parser__mock. mli. inferred
8080 $ ls -1 promote | grep mock
8181 [1 ]
8282Check what is being generated exactly:
You can’t perform that action at this time.
0 commit comments