summaryrefslogtreecommitdiff
path: root/src/run.bat
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2012-05-22 18:41:20 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2012-05-22 18:41:20 -0700
commitc0bbeb3795be0770e3c884af3b488119c551710d (patch)
treedfd3f894061103d64e4517c21de19db716b479cb /src/run.bat
parent8f5a616d7f1f5ad0431b5d7f2371cd0cd3aa2754 (diff)
downloadgo-c0bbeb3795be0770e3c884af3b488119c551710d.tar.gz
cmd/api: add api/next.txt
This quiets all.bash noise for upcoming features we know about. The all.bash warnings will now only print for things not in next.txt (or in next.txt but not in the API). Once an API is frozen, we rename next.txt to a new frozen file (like go1.txt) Fixes issue 3651 R=golang-dev, r CC=golang-dev http://codereview.appspot.com/6218069
Diffstat (limited to 'src/run.bat')
-rw-r--r--src/run.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bat b/src/run.bat
index 3bf9e8fc7..9a09d435c 100644
--- a/src/run.bat
+++ b/src/run.bat
@@ -68,7 +68,7 @@ echo.
if %FAIL%==1 goto fail
echo # Checking API compatibility.
-go tool api -c ..\api\go1.txt
+go tool api -c ..\api\go1.txt -next ..\api\next.txt
if errorlevel 1 goto fail
echo.