Re: [csswg-drafts] [css-cascade] Build fails because of the CanIUse label in `inherit` (#7865)

The breakage was actually a Bikeshed bug - I wasn't properly bailing when I saw a missing caniuse value, so it bulled forward into a full Python error shortly after, which crashes the entire script. That's fixed now.

I think an actual Python error causing the script to fail is a good thing - those should never occur, so when they do, me being informed of it by the script falling over is a good thing. ^_^ Plain Fatal Errors indeed shouldn't be a problem, and that's already handled by bikeshed being invoked with `-f` by the script.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7865#issuecomment-1275256286 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 11 October 2022 20:45:41 UTC