<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocapturedrefrace/testdata, branch v0.0.2</title>
<subtitle>Analyser that reports captured variable references in goroutine closures</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/'/>
<entry>
<title>Fix panic when go statement calls non-function-literal</title>
<updated>2023-05-20T15:28:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-20T15:28:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=c064b2142aa81488e32be387393c494d98696a55'/>
<id>c064b2142aa81488e32be387393c494d98696a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for local closure assigned to variable</title>
<updated>2023-05-19T18:17:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-19T18:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=3cb707eb5eaf9983ca22b40b87e704bd93c75e71'/>
<id>3cb707eb5eaf9983ca22b40b87e704bd93c75e71</id>
<content type='text'>
Try to catch local closures not run directly from the `go` statement,
but assigned to a variable first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to catch local closures not run directly from the `go` statement,
but assigned to a variable first.
</pre>
</div>
</content>
</entry>
<entry>
<title>testdata: Add missing license headers</title>
<updated>2023-05-18T12:57:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-18T12:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=b87512b19fd60cee224b31c59eafe1e29f2580fd'/>
<id>b87512b19fd60cee224b31c59eafe1e29f2580fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>varDeclaration: Return all identifiers in declaration</title>
<updated>2023-05-18T01:44:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-18T01:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=c76dd021f7a3df0f524b8c9e8e710950a0b31fb6'/>
<id>c76dd021f7a3df0f524b8c9e8e710950a0b31fb6</id>
<content type='text'>
Declarations can include multiple identifiers. Return all of these from
the function and rename it accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Declarations can include multiple identifiers. Return all of these from
the function and rename it accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for shadowing declaration</title>
<updated>2023-05-18T00:11:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-18T00:11:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=a54ba9c28ebbde6419e53d265aed2102e46bac9b'/>
<id>a54ba9c28ebbde6419e53d265aed2102e46bac9b</id>
<content type='text'>
This doesn't pass yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't pass yet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for shadowing</title>
<updated>2023-05-17T17:56:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-17T17:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=b5759209f12d595e1f65cce85703c5051bd828f1'/>
<id>b5759209f12d595e1f65cce85703c5051bd828f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>function_argument: Add a test for local function variables</title>
<updated>2023-05-17T17:32:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-17T17:32:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=52dbd96539f74b180c11c7ed1e2c83ed49c3f8bc'/>
<id>52dbd96539f74b180c11c7ed1e2c83ed49c3f8bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for function arguments</title>
<updated>2023-05-17T17:29:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-17T17:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=30108b1bd18392588d4744a75658360eb18bd8e9'/>
<id>30108b1bd18392588d4744a75658360eb18bd8e9</id>
<content type='text'>
Don't report captured function values:

    $ go test
    --- FAIL: Test (1.26s)
        analysistest.go:459: ./testdata/function_argument.go:5:3:
        unexpected diagnostic: captured reference callback in goroutine
        closure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't report captured function values:

    $ go test
    --- FAIL: Test (1.26s)
        analysistest.go:459: ./testdata/function_argument.go:5:3:
        unexpected diagnostic: captured reference callback in goroutine
        closure
</pre>
</div>
</content>
</entry>
<entry>
<title>struct_reference.go: Test multiple diagnostics on one line</title>
<updated>2023-05-17T17:21:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-17T17:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=178597694e34213ffb131e09a8c09c0a6ae95f1b'/>
<id>178597694e34213ffb131e09a8c09c0a6ae95f1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2023-05-16T20:19:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-05-16T20:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/gocapturedrefrace/commit/?id=25c10d21af917a01714930e19e3188f07bf098d5'/>
<id>25c10d21af917a01714930e19e3188f07bf098d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
