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
the query answers why, and three tests asserted things that were not the claim
`compiler.chosenBy` carries the selection origin into the machine interface:
a consumer asking why a build resolved llvm had to parse the status line, which
is the substring matching that document exists to remove.
Three test defects found by reading, not by failing:
- the capability-row refusal offered "depend on a package that supplies this
target's system" — a remedy a capability pin ignores by construction, and
the sentence directly above it already said so. Split by row kind.
- 303 read `suppliesTarget` through jq's `//`, which returns its right side
when the left is null OR FALSE. `false` is an answer; it read as absent,
and windows-x86_64 reported the field missing when it was there.
- 281 asserted the old global remedy, which the only refusal that still
reaches it cannot be fixed by.
303's third half stacks a musl c-abi over the host's own target and not every
host stacks that; granted by reason, with linux-x86_64 as the denominator.
0 commit comments