Commit d0c5a89
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 5c705ee commit d0c5a89
22 files changed
Lines changed: 504 additions & 319 deletions
File tree
- src
- dune_graph
- dune_rules
- melange
- menhir
- 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 | |
|---|---|---|---|
| |||
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | 213 | | |
215 | 214 | | |
216 | 215 | | |
| |||
0 commit comments