<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/initcomma.go, branch dev.typealias</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/initcomma.go: restore what it's supposed to be testing</title>
<updated>2012-02-19T20:44:24+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-19T20:44:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c9b36a87eb1928f9e4fbdfff052b08b56dc1c000'/>
<id>c9b36a87eb1928f9e4fbdfff052b08b56dc1c000</id>
<content type='text'>
which is trailing commas in literals. They were gofmted away at some point.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5673103
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is trailing commas in literals. They were gofmted away at some point.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5673103
</pre>
</div>
</content>
</entry>
<entry>
<title>test: use testlib (fourth 100)</title>
<updated>2012-02-17T04:50:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-17T04:50:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=d2cc9884296e84f18ff23550a4561e7b0109efd5'/>
<id>d2cc9884296e84f18ff23550a4561e7b0109efd5</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/5673079
</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/5673079
</pre>
</div>
</content>
</entry>
<entry>
<title>delete all uses of panicln by rewriting them using panic or,</title>
<updated>2010-03-24T23:46:53+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-03-24T23:46:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=325cf8ef217b4e9ae2caf53fa0d4534cd5003bd8'/>
<id>325cf8ef217b4e9ae2caf53fa0d4534cd5003bd8</id>
<content type='text'>
in the tests, println+panic.
gofmt some tests too.

R=rsc
CC=golang-dev
https://golang.org/cl/741041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in the tests, println+panic.
gofmt some tests too.

R=rsc
CC=golang-dev
https://golang.org/cl/741041
</pre>
</div>
</content>
</entry>
<entry>
<title>Automated g4 rollback of changelist 25024,</title>
<updated>2009-03-03T16:39:12+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-03T16:39:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=be2edb57614dd5a92294b7d29a34de754998fde5'/>
<id>be2edb57614dd5a92294b7d29a34de754998fde5</id>
<content type='text'>
plus significant hand editing.

Back to T{x} for composite literals.

R=r
OCL=25612
CL=25632
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
plus significant hand editing.

Back to T{x} for composite literals.

R=r
OCL=25612
CL=25632
</pre>
</div>
</content>
</entry>
<entry>
<title>convert composite literals from { } to ( ).</title>
<updated>2009-02-13T22:48:32+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-02-13T22:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=9f8f2e6130d7899b0f689232d173ea2e4441285c'/>
<id>9f8f2e6130d7899b0f689232d173ea2e4441285c</id>
<content type='text'>
only non-trivial changes are in
	convlit1.go
	golden.out

R=gri
OCL=25019
CL=25024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only non-trivial changes are in
	convlit1.go
	golden.out

R=gri
OCL=25019
CL=25024
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed and added more tests</title>
<updated>2009-01-07T01:44:59+00:00</updated>
<author>
<name>Ken Thompson</name>
<email>ken@golang.org</email>
</author>
<published>2009-01-07T01:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=476e3cd7fda4ddaa2bb6a1cab1c1752adc43b018'/>
<id>476e3cd7fda4ddaa2bb6a1cab1c1752adc43b018</id>
<content type='text'>
R=r
OCL=22187
CL=22187
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
OCL=22187
CL=22187
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some tests. only 3 remain broken (complit, hilbert, initcomma).</title>
<updated>2008-12-20T21:38:29+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2008-12-20T21:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=61a7e44002949a5e335dc7cfc7c9167074c3487a'/>
<id>61a7e44002949a5e335dc7cfc7c9167074c3487a</id>
<content type='text'>
leaving golden.out alone for now.

R=ken
DELTA=13  (0 added, 0 deleted, 13 changed)
OCL=21682
CL=21682
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
leaving golden.out alone for now.

R=ken
DELTA=13  (0 added, 0 deleted, 13 changed)
OCL=21682
CL=21682
</pre>
</div>
</content>
</entry>
<entry>
<title>change *map to map; *chan to chan; new(T) to new(*T)</title>
<updated>2008-12-19T11:05:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2008-12-19T11:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=08ca30bbfad04d3ca1bf7ae75c291b91ecb00aef'/>
<id>08ca30bbfad04d3ca1bf7ae75c291b91ecb00aef</id>
<content type='text'>
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
</pre>
</div>
</content>
</entry>
<entry>
<title>allow trailing comma in braced initialized list</title>
<updated>2008-10-15T00:10:39+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2008-10-15T00:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=82e41cc5339c0c5a0a70e6508b97d7f9129033c4'/>
<id>82e41cc5339c0c5a0a70e6508b97d7f9129033c4</id>
<content type='text'>
R=ken
OCL=17141
CL=17143
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=ken
OCL=17141
CL=17143
</pre>
</div>
</content>
</entry>
</feed>
