You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: xpkg_lua_candidates fallback for default namespace full qualified name
When kDefaultNamespace is "mcpplibs", the canonical .lua candidate for
cmdline becomes "cmdline.lua". But older index clones (and xlings data
dirs with cached index) may still use "mcpplibs.cmdline.lua". Add the
full qualified name as a fallback candidate.
This fixes the release CI failure where the newly built mcpp couldn't
find the index entry during the self-host pack step.
0 commit comments