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
docs(record): ecosystem sign-off, written against what shipped
Section 9. Four findings that are about the ecosystem rather than about any
one change:
* A proxy check refused correct output TWICE IN TWO REPOSITORIES on the same
day -- the MSI size ratio and, earlier, the AppImage size bound. Both are
now direct questions: the AppImage is run and its output asserted, the MSI
is installed and the extracted program compared byte for byte.
* The #599 fix reproduced the shape of the defect it fixed. It reasoned about
which shard runs 233 instead of enumerating the jobs that run the suite,
and the macOS lane caught the third one. The correction is an enumeration,
which can be re-checked.
* The ecosystem rule cost one new payload and otherwise only declarations.
The interesting case is `xim:python`: its x86_64-only table was the STATED
reason emsdk could not declare an interpreter -- an argument that was true
and was a request for a package, not a licence to use the host. `/dev/kvm`
is where the rule stops, and a test asserts it is the only warning left.
* The rule composes with the licence, not above it: the ecosystem supplies
what it may, and the licence says what it may. Getting that order wrong is
asymmetric -- three GitCode objects were uploaded before the licence was
checked, GitCode assets cannot be deleted, and the only remedy is that no
recipe references them.
Also states what is still open rather than implying it: the four target rows
are the next PR with their size named, and `xim:wix` is a gap with a known
shape.
0 commit comments