Commit ccbe065
committed
fix: use full qualified name for xlings install target
When deps are declared with bare short names (e.g. tinyhttps = "0.2.2"),
the map key is just "tinyhttps" but xlings needs the full qualified name
"mcpplibs.tinyhttps" to find the package in its index. Construct the
fqname from (ns, shortName) for the install target.1 parent 38fcd9e commit ccbe065
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
1260 | | - | |
1261 | | - | |
1262 | | - | |
1263 | | - | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
1264 | 1267 | | |
1265 | 1268 | | |
1266 | 1269 | | |
| |||
0 commit comments