Create and update bugs by version list.

This commit is contained in:
chriseth
2017-04-12 15:20:07 +02:00
parent 291ece2bdb
commit a7e605a7a1
3 changed files with 344 additions and 1 deletions
+4 -1
View File
@@ -31,7 +31,10 @@ set -e
REPO_ROOT="$(dirname "$0")"/..
SOLC="$REPO_ROOT/build/solc/solc"
# Compile all files in std and examples.
echo "Checking that the bug list is up to date..."
"$REPO_ROOT"/scripts/update_bugs_by_version.py
echo "Compiling all files in std and examples..."
for f in "$REPO_ROOT"/std/*.sol
do