File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
digraph {
2
2
"exe:proj/dune:10" [label="lib-or-exe",shape=diamond]
3
- "exe:proj/dune:12" [label="not-unique",shape=diamond]
4
3
"exe:proj/dune:11" [label="not-unique",shape=diamond]
5
4
"exe:proj/more/dune:1" [label="not-unique",shape=diamond]
5
+ "exe:proj/dune:12" [label="not-unique",shape=diamond]
6
6
"exe:proj/dune:0" [label="prog1",shape=diamond]
7
7
"exe:proj/dune:1" [label="prog2",shape=diamond]
8
8
"exe:proj/dune:2" [label="prog3",shape=diamond]
@@ -19,9 +19,9 @@ digraph {
19
19
"lib:lib5" [label="lib5"]
20
20
"lib:more" [label="more"]
21
21
"exe:proj/dune:10" -> "lib:lib-or-exe"
22
- "exe:proj/dune:12" -> "lib:lib1-alt"
23
22
"exe:proj/dune:11" -> "lib:lib1"
24
23
"exe:proj/more/dune:1" -> "lib:more"
24
+ "exe:proj/dune:12" -> "lib:lib1-alt"
25
25
"exe:proj/dune:0" -> "lib:lib1"
26
26
"exe:proj/dune:0" -> "lib:lib2"
27
27
"exe:proj/dune:0" -> "lib:lib3"
You can’t perform that action at this time.
0 commit comments