ww: implement local vendor package semantics

This commit is contained in:
2026-08-13 19:18:00 +09:00
parent 088105413d
commit b84fb3ff25
6 changed files with 2128 additions and 295 deletions

View File

@@ -907,7 +907,7 @@ fn writediamond(td: str, reverse: bool) str = {
"/.wwtool.w6a")), testenv.readfile(assembler))
|| !testenv.same(testenv.readfile(strings.concat(work,
"/.wwtool.stamp")),
"ww workdir fmt 12 mode build asm 0\n")) {
"ww workdir fmt 13 mode build asm 0\n")) {
fail("driver-identity", "persistent artifacts or identities are incomplete");
};
let coldwwi: str = testenv.readfile(strings.concat(work, "/dep.wwi"));