- 12 Feb, 2013 1 commit
-
-
Alan Donovan authored
Previously merely printing an error would cause the golden file comparison (in 'bash run') to fail, but that is no longer the case with the new run.go driver. R=iant CC=golang-dev https://golang.org/cl/7310087
-
- 31 Aug, 2012 1 commit
-
-
Rémy Oudompheng authored
Fixes #3975. R=rsc, lvd CC=golang-dev, remy https://golang.org/cl/6475061
-
- 19 Feb, 2012 1 commit
-
-
Rob Pike authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656103
-
- 17 Feb, 2012 1 commit
-
-
Russ Cox authored
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5656082
-
- 04 Sep, 2010 1 commit
-
-
Rob Pike authored
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
-
- 27 Mar, 2010 1 commit
-
-
Russ Cox authored
Fixes #186. R=ken2 CC=golang-dev https://golang.org/cl/793041
-
- 15 Sep, 2009 1 commit
-
-
Russ Cox authored
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
-
- 30 Jan, 2009 1 commit
-
-
Russ Cox authored
heuristic to not print bogus strings. fix one error message format. R=ken OCL=23849 CL=23851
-