From 32da16d87b4ef76959e1ae462a5270f61263308f Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Fri, 17 Jan 2020 08:09:06 +0900 Subject: [PATCH] Updates to cause build to fail on invalid Web IDL This change updates the highlighter submodule and the Wattsi versions: * the highlighter now respond with 400 if it finds invalid Web IDL https://github.com/tabatkins/highlighter/pull/15 * Wattsi now halts if it gets a 400 response from the highlighter https://github.com/whatwg/wattsi/pull/103 Fixes https://github.com/whatwg/html-build/issues/201 --- build.sh | 2 +- highlighter | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 17970c4..77766cf 100755 --- a/build.sh +++ b/build.sh @@ -10,7 +10,7 @@ DIR=$(pwd) # The latest required version of Wattsi. Update this and the fallback in # https://github.com/whatwg/wattsi/blob/master/src/build.sh if you change how ./build.sh invokes # Wattsi. -WATTSI_LATEST=82 +WATTSI_LATEST=83 # Shared state variables throughout this script LOCAL_WATTSI=true diff --git a/highlighter b/highlighter index 42a94a1..3b30ff1 160000 --- a/highlighter +++ b/highlighter @@ -1 +1 @@ -Subproject commit 42a94a180298df179e5eeebedb5e9fa37d60efee +Subproject commit 3b30ff1a152d95f0e2f8584351a92d2612645121