index
:
gocapturedrefrace
master
Analyser that reports captured variable references in goroutine closures
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-05-15
`(*AssignStmt).Tok` always appears to be token.DEFINE
Teddy Wing
2023-05-15
assignmentsInFunc: Try checking `(*AssignStmt).Tok`
Teddy Wing
2023-05-15
Try getting `GenDecl`s in closure
Teddy Wing
2023-05-15
Add test for reference arguments
Teddy Wing
2023-05-15
Add a new test for struct methods
Teddy Wing
2023-05-15
Idea for getting variable declarations instead of assignments
Teddy Wing
2023-05-15
Get assignments in closure
Teddy Wing
2023-05-15
Idea for building a list of variable assignments
Teddy Wing
2023-05-15
Ignore variables from the closure's formal arguments
Teddy Wing
2023-05-15
Find out how to get closure arguments
Teddy Wing
2023-05-15
Ideas for finding out whether a variable is a captured reference
Teddy Wing
2023-05-15
Try to limit identifier enumeration to variables
Teddy Wing
2023-05-15
testdata/simple.go: Add package and function call
Teddy Wing
2023-05-15
testdata/simple.go: Add a local variable in closure
Teddy Wing
2023-05-15
testdata/simple.go: Find out what happens when var is reused
Teddy Wing
2023-05-15
Find variables in `go func` closures
Teddy Wing
2023-05-14
Find `go` statements using Go analyzer
Teddy Wing
2023-05-13
Add Idea.txt
Teddy Wing