Commit 120fde6
committed
Improve package-inferred-system dependency extraction
Prior to this commit effectively only the direct dependencies of the parent
system of a package-inferred-system were extracted. This commit fixes that by
continuing to extract dependencies of inferred child systems.
Previously depcheck would produce the following dependency list for the
40ants-doc system:
40ants-doc 40ants-doc/core 40ants-doc/glossary 40ants-doc/restart asdf
With this commit, the following is instead produced:
40ants-doc asdf named-readtables pythonic-string-reader1 parent 5608e75 commit 120fde6
1 file changed
+36
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
122 | 154 | | |
123 | 155 | | |
124 | 156 | | |
| |||
135 | 167 | | |
136 | 168 | | |
137 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
138 | 174 | | |
139 | 175 | | |
140 | 176 | | |
| |||
0 commit comments