Commit 79a06b7
committed
Remove explicit OCaml transitive dependency files
Compute transitive module dependency closures directly from anonymous
ocamldep and ocamlobjinfo actions instead of materializing .all-deps
files. This removes the merge-file rule path for internal dependency
setup while preserving module-level cycle diagnostics.
As a side-effect, this fixes an ugly "Rule not found" error.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>1 parent d29a328 commit 79a06b7
22 files changed
Lines changed: 204 additions & 299 deletions
File tree
- otherlibs/stdune/src
- src
- dune_graph
- dune_rules
- melange
- test/blackbox-tests/test-cases
- include-qualified
- invalid-deps
- inline-tests
- melange
- ocamldep
- reporting-of-cycles.t
- virtual-libraries
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | 223 | | |
232 | 224 | | |
233 | | - | |
| 225 | + | |
234 | 226 | | |
235 | 227 | | |
236 | 228 | | |
| |||
253 | 245 | | |
254 | 246 | | |
255 | 247 | | |
256 | | - | |
| 248 | + | |
257 | 249 | | |
258 | 250 | | |
259 | 251 | | |
| |||
0 commit comments