Commit a6ccc99
committed
fix: install_dir_candidates missing namespace-prefixed dirs for default ns
xlings creates package directories using the namespace as prefix
(e.g. mcpplibs-x-mcpplibs.tinyhttps), not the index name. The
install_dir_candidates function was only generating namespace-prefixed
candidates for non-default namespaces, so packages in the default
namespace (mcpplibs) were not found after xlings installation.
Fix: generate <ns>-x-<fqname> and <ns>-x-<shortName> candidates
for ALL namespaces, including the default.1 parent 49c160e commit a6ccc99
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
202 | 205 | | |
203 | 206 | | |
204 | 207 | | |
| |||
0 commit comments