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

s1009: fix with SelectorExpr #1548

Closed
wants to merge 1 commit into from
Closed

Conversation

arp242
Copy link
Contributor

@arp242 arp242 commented May 26, 2024

Also clarify the docs that this also checks maps and channels.

Fixes #1527

@arp242
Copy link
Contributor Author

arp242 commented May 26, 2024

Ran this against my test set of ~700 modules; flagging a bunch of cases correctly. Don't see anything odd.

Also clarify the docs that this also checks maps and channels.

Fixes dominikh#1527
@dominikh dominikh closed this in d4543d1 Jun 16, 2024
@arp242 arp242 deleted the s1009-sel branch June 17, 2024 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No check for unnecessary nil check on a map followed by a len check of the same map
1 participant