ww: finish initialization validation parity
This commit is contained in:
@@ -209,11 +209,12 @@ fn depmainrow(label: str, entry: str, want: i32, deps: str,
|
||||
l += 1;
|
||||
};
|
||||
|
||||
// Both the dependency and raw explicit root emit complete package artifacts.
|
||||
// Both the dependency and raw explicit root emit complete source-action
|
||||
// artifacts; sepinit owns command-dispatcher artifact parity.
|
||||
let parts: []str = ["aa.s", "aa.wwi", "aa.a", "aa.unit.ww",
|
||||
"__root.s", "__root.wwi", "__root.a", "__root.unit.ww"];
|
||||
|
||||
// cs==ww (rule 10) per layout over the complete package-artifact table
|
||||
// cs==ww (rule 10) per layout over the source-action artifact table
|
||||
let l2: i32 = 0;
|
||||
for (l2 < 2) {
|
||||
let p: i32 = 0;
|
||||
|
||||
Reference in New Issue
Block a user