ww: finish initialization validation parity
This commit is contained in:
@@ -101,7 +101,8 @@ fn samefile(label: str, what: str, a: str, b: str) void = {
|
||||
i += 1;
|
||||
};
|
||||
|
||||
// cs==ww (rule 10): per-package artifacts + the final binary
|
||||
// cs==ww (rule 10): per-source-action artifacts + the final binary;
|
||||
// sepinit owns the command root's additional dispatcher artifacts.
|
||||
let sufs: []str = [".s", ".wwi", ".a", ".unit.ww"];
|
||||
let p: i32 = 0;
|
||||
for (p < pkgs.len) {
|
||||
@@ -164,7 +165,8 @@ fn samefile(label: str, what: str, a: str, b: str) void = {
|
||||
s += 1;
|
||||
};
|
||||
|
||||
// cs==ww for the complete package artifacts, including the root archive.
|
||||
// cs==ww for every source-action artifact, including the root archive;
|
||||
// sepinit owns the command root's additional dispatcher artifacts.
|
||||
let pkgs: []str = ["c", "__root"];
|
||||
let sufs: []str = [".s", ".wwi", ".a", ".unit.ww"];
|
||||
let p: i32 = 0;
|
||||
|
||||
Reference in New Issue
Block a user