Commit 3fc0c68
authored
Resolves error in prior logic (#102)
Overlay imports don't accurately describe the graph name they're modifying _in_ the graph,
so when ever we have bystanders, we need to use the parsing of the URL name for the relevant
module being extended. This PR updates the prior logic and fixes the test that incorrectly
asserting that [email protected] were symbols that extended the "A" module, when the extend the
"B" module.1 parent 1990702 commit 3fc0c68
File tree
2 files changed
+5
-2
lines changed- Sources/SymbolKit/UnifiedSymbolGraph
- Tests/SymbolKitTests/UnifiedGraph
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
0 commit comments