-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
False positives for force_unwrapping in 0.9.1 #547
Labels
bug
Unexpected and reproducible misbehavior.
Comments
👍 |
Fixed by @norio-nomura! 🎉 |
Any ETA for a release of this fix? |
I'll cut a release shortly since we haven't done one in about a month and there have been a handful of bug fixes made since. |
Could you also push it to brew, please? |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These three lines are getting caught as force_unwrapping, though they're not force unwrapping:
setEditing(!editing, animated: true)
navigationController.setNavigationBarHidden(!navigationController.navigationBarHidden, animated: true)
if addedToPlaylist && (!self.selectedFilters.isEmpty || self.searchBar?.text?.isEmpty == false) {
The text was updated successfully, but these errors were encountered: