summaryrefslogtreecommitdiffstats
path: root/examples/packages/diamond-dependencies/README.md
blob: 7907e79c8002e07871eed366a3cf8f4ba09db5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Test diamond dependencies

This subtree provides a testcase for the following:

If we have a package tree that looks like this:

      .-> C -.
     /        \
    D          > A
     \        /
      `-> B -´

(arrow means "depends on").


## Note

To reproduce the issue, make sure to adapt the ./repo/config.toml as appropriate
for your environment.