Skip to content

Commit

Permalink
Updates to cause build to fail on invalid Web IDL
Browse files Browse the repository at this point in the history
This change updates the highlighter submodule and the Wattsi versions:

* the highlighter now respond with 400 if it finds invalid Web IDL
  tabatkins/highlighter#15

* Wattsi now halts if it gets a 400 response from the highlighter
  whatwg/wattsi#103

Fixes #201
  • Loading branch information
sideshowbarker committed Jan 17, 2020
1 parent d77bb0d commit 32da16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion highlighter
Submodule highlighter updated 1 files
+11 −1 server.py

0 comments on commit 32da16d

Please sign in to comment.