03:26
<Domenic>
No, because that would mean if something became a fatal error I'd have zero output. What I will do, as I just said, is capture build messages in the test artifacts, so I can tell what else is happening.
Why is zero output for fatal errors a problem? Fatal errors in WHATWG specs prevent us from deploying them.
03:26
<Domenic>
(For example, the testsuite does not capture or use your make script, so the sha macro y'all use in your boilerplate doesn't match. That's a fatal error! But it's also irrelevant for testing purposes, and I have plenty of macro tests elsewhere.)
Yes, you would need to update the test suite to supply the SHA macro, just like you'd need to update it to stop using -f, for WHATWG specs.
13:11
<annevk>
Can someone rubber-stamp https://github.com/whatwg/meta/pull/268?