Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go core.Sink(source) does not create report #263

Open
vinayakankugoyal opened this issue Jan 16, 2021 · 0 comments
Open

go core.Sink(source) does not create report #263

vinayakankugoyal opened this issue Jan 16, 2021 · 0 comments

Comments

@vinayakankugoyal
Copy link
Member

vinayakankugoyal commented Jan 16, 2021

False negative report

Consider the following test which is expected to create a report but does not:

func Oops(source core.Source) {
    go core.Sink(source) // want "a source has reached a sink"
}

(We are assuming that core.Source has been configured as a source and core.Sink has been configured as a sink.)

@vinayakankugoyal vinayakankugoyal changed the title go core.Sink go core.Sink(source) does not create report Jan 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant