<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/nil.go, branch dev.typeparams</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/'/>
<entry>
<title>test: ensure all failing tests exit nonzero.</title>
<updated>2013-02-12T18:17:49+00:00</updated>
<author>
<name>Alan Donovan</name>
<email>adonovan@google.com</email>
</author>
<published>2013-02-12T18:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=052c942e20576f01f72d226d11aaf11e721009f3'/>
<id>052c942e20576f01f72d226d11aaf11e721009f3</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>test: move map delete test to nil.go</title>
<updated>2012-12-13T20:11:24+00:00</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2012-12-13T20:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=9509cbf203dbdf39008c238c96563c11b942d7ba'/>
<id>9509cbf203dbdf39008c238c96563c11b942d7ba</id>
<content type='text'>
No need for a separate test for this.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6941045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need for a separate test for this.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/6941045
</pre>
</div>
</content>
</entry>
<entry>
<title>test/nil.go: delete on nil maps no longer panics</title>
<updated>2012-12-13T18:19:33+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2012-12-13T18:19:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=0df58a4b50b923a220b9fda8ef94bebd5cdc0f9f'/>
<id>0df58a4b50b923a220b9fda8ef94bebd5cdc0f9f</id>
<content type='text'>
Fix the build.

R=golang-dev
CC=golang-dev
https://golang.org/cl/6946044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the build.

R=golang-dev
CC=golang-dev
https://golang.org/cl/6946044
</pre>
</div>
</content>
</entry>
<entry>
<title>test/[n-r]*.go: add documentation</title>
<updated>2012-02-23T23:30:39+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-23T23:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=19bab1dc78f1a1398d8e86bda1513b3671995ed7'/>
<id>19bab1dc78f1a1398d8e86bda1513b3671995ed7</id>
<content type='text'>
The rename ones needed redoing.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5698054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rename ones needed redoing.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/5698054
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (final 61)</title>
<updated>2012-02-17T04:51:04+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-17T04:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=57eb06fe93db49501ab61340a1bf41b95a3474b3'/>
<id>57eb06fe93db49501ab61340a1bf41b95a3474b3</id>
<content type='text'>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$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/5671080
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A *$;// build;g
X ,s;^// \$G (\$D/)?\$F\.go &amp;&amp; \$L \$F\.\$A &amp;&amp; \./\$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/5671080
</pre>
</div>
</content>
</entry>
<entry>
<title>gofix -r mapdelete</title>
<updated>2011-10-18T13:56:34+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-10-18T13:56:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=313c8224d5e16fe554252aeaa11365e33c35b87b'/>
<id>313c8224d5e16fe554252aeaa11365e33c35b87b</id>
<content type='text'>
R=golang-dev, r, adg, r, cw
CC=golang-dev
https://golang.org/cl/5266045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, r, adg, r, cw
CC=golang-dev
https://golang.org/cl/5266045
</pre>
</div>
</content>
</entry>
<entry>
<title>test: new nil semantics</title>
<updated>2011-08-17T19:55:06+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-08-17T19:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=75cb084283558bf59e727096bf1c8f4e1ba137b2'/>
<id>75cb084283558bf59e727096bf1c8f4e1ba137b2</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/4644052
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=gri
CC=golang-dev
https://golang.org/cl/4644052
</pre>
</div>
</content>
</entry>
<entry>
<title>delete float, complex - code changes</title>
<updated>2011-01-20T04:09:00+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-01-20T04:09:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=f2b5a07453277de6bc500dc283799441cc375239'/>
<id>f2b5a07453277de6bc500dc283799441cc375239</id>
<content type='text'>
also:
	cmplx -&gt; complex
	float64(1.0) -&gt; 1.0
	float64(1) -&gt; 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also:
	cmplx -&gt; complex
	float64(1.0) -&gt; 1.0
	float64(1) -&gt; 1.0

R=gri, r, gri1, r2
CC=golang-dev
https://golang.org/cl/3991043
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remove semiocolons.</title>
<updated>2010-09-04T00:36:13+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-09-04T00:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c'/>
<id>4f61fc96b2788be7cbfc6f7a72acef3d3feeeb6c</id>
<content type='text'>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
https://golang.org/cl/2157041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ken directory is untouched so we have some examples with explicit semis.

R=gri
CC=golang-dev
https://golang.org/cl/2157041
</pre>
</div>
</content>
</entry>
<entry>
<title>fix "declared and not used" in tests;</title>
<updated>2009-09-15T04:03:53+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-09-15T04:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=1a3198907bf18ac961762024cf2a27581e6be6c3'/>
<id>1a3198907bf18ac961762024cf2a27581e6be6c3</id>
<content type='text'>
also template/template.go, missed last time.

R=r
DELTA=116  (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also template/template.go, missed last time.

R=r
DELTA=116  (61 added, 10 deleted, 45 changed)
OCL=34620
CL=34622
</pre>
</div>
</content>
</entry>
</feed>
