Commit 067c6b8
committed
docs: 补记从已发布索引的复验,以及它抓到的 store 撞名陷阱
合并 xim#732 后又从「已发布索引 + 全新 subos + 沙箱」复验一遍——上一次用的是
--add-xpkg 的本地副本,证明力不同。
第一次复验数据没放进去,差点得出「包坏了」。真因是 store 里还留着本地验证时的
local:xkeyboard-config@2.48,而 store 查找忽略 namespace,(name, version) 撞上
就把 install() 静默跳过、payload 为空,config() 照常跑。
顺带记下:declare_xkb 的 os.isdir 守卫确实触发了,但那条 log.warn 在 install
输出里没出现(同一次输出里 xlings 自己的 [warn] 是打出来的)。所以 declare_dri /
declare_gbm / declare_xkb 的警告都不能当诊断依赖。1 parent cda5632 commit 067c6b8
1 file changed
Lines changed: 26 additions & 0 deletions
Lines changed: 26 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
638 | 638 | | |
639 | 639 | | |
640 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
641 | 667 | | |
642 | 668 | | |
643 | 669 | | |
| |||
0 commit comments