You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does 'go version' print?
go version devel +08dcdcdb757b Thu Mar 13 14:04:29 2014 -0700 linux/amd64
What steps reproduce the problem?
1. http://play.golang.org/p/QWn904819Y
What happened?
A tricky case with Finalizers and closures can be created where the Finalizer will not
run due to the cyclic structure created (not a bug). Go vet does not complain about suck
tricky cases which could be useful.
What should have happened instead?
Go vet should warn of such tricky cases.
The text was updated successfully, but these errors were encountered:
rsc
changed the title
cmd/vet: warn of cyclic closures that cause Finalizers not to run
x/tools/cmd/vet: warn of cyclic closures that cause Finalizers not to run
Apr 14, 2015
mvdan
changed the title
x/tools/cmd/vet: warn of cyclic closures that cause Finalizers not to run
cmd/vet: warn of cyclic closures that cause Finalizers not to run
May 31, 2018
The text was updated successfully, but these errors were encountered: