<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/test/stack.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/[n-z]*.go: add documentation</title>
<updated>2012-02-24T00:48:19+00:00</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2012-02-24T00:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=80a9783f842ff5d14fd5e2e5d5a129635a081031'/>
<id>80a9783f842ff5d14fd5e2e5d5a129635a081031</id>
<content type='text'>
R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5700056
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5700056
</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>5l, 8l: pass stack frame size to morestack when needed</title>
<updated>2011-02-01T23:34:41+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-02-01T23:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=1fa41734441ba95f06171db25af7769f6ae26b30'/>
<id>1fa41734441ba95f06171db25af7769f6ae26b30</id>
<content type='text'>
Shame on me: I fixed the same bug in 6l in 8691fcc6a66e
(https://golang.org/cl/2609041) and neglected
to look at 5l and 8l to see if they were affected.

On the positive side, the check I added in that CL is the
one that detected this bug.

Fixes #1457.

R=ken2
CC=golang-dev
https://golang.org/cl/3981052
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Shame on me: I fixed the same bug in 6l in 8691fcc6a66e
(https://golang.org/cl/2609041) and neglected
to look at 5l and 8l to see if they were affected.

On the positive side, the check I added in that CL is the
one that detected this bug.

Fixes #1457.

R=ken2
CC=golang-dev
https://golang.org/cl/3981052
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: closures, defer bug fix for Native Client</title>
<updated>2010-04-23T00:52:22+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-04-23T00:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c6138efbcb3c69eb22be0e09740b4e74e6eff552'/>
<id>c6138efbcb3c69eb22be0e09740b4e74e6eff552</id>
<content type='text'>
Enable package tests for Native Client build.

R=r
CC=golang-dev
https://golang.org/cl/957042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable package tests for Native Client build.

R=r
CC=golang-dev
https://golang.org/cl/957042
</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>test for new string bug</title>
<updated>2009-04-10T13:22:41+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-04-10T13:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=78edbfdcf47d634bba23e20e9025a55f2ce83a13'/>
<id>78edbfdcf47d634bba23e20e9025a55f2ce83a13</id>
<content type='text'>
TBR=r
OCL=27306
CL=27306
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=r
OCL=27306
CL=27306
</pre>
</div>
</content>
</entry>
<entry>
<title>closures - runtime and debugger support, test case</title>
<updated>2009-02-06T21:46:56+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-02-06T21:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=0f4f2a61836bba7dadb0cbdd00dfa53ba549555e'/>
<id>0f4f2a61836bba7dadb0cbdd00dfa53ba549555e</id>
<content type='text'>
R=r
DELTA=257  (250 added, 1 deleted, 6 changed)
OCL=24509
CL=24565
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
DELTA=257  (250 added, 1 deleted, 6 changed)
OCL=24509
CL=24565
</pre>
</div>
</content>
</entry>
<entry>
<title>add stack test</title>
<updated>2009-01-29T00:58:48+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-29T00:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=6ee6d6ec55efac70555e49728902ff0c10630b8f'/>
<id>6ee6d6ec55efac70555e49728902ff0c10630b8f</id>
<content type='text'>
R=r
DELTA=48  (48 added, 0 deleted, 0 changed)
OCL=23715
CL=23732
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
DELTA=48  (48 added, 0 deleted, 0 changed)
OCL=23715
CL=23732
</pre>
</div>
</content>
</entry>
</feed>
