-
Notifications
You must be signed in to change notification settings - Fork 10.5k
fix warnings #24127
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
fix warnings #24127
Conversation
@lorentey I wasn't sure which variable should be used in Thank you. |
@Gumichocopengin8 Thank you! A fix for the hashing warnings is already under review as #23832; could you please remove those parts from here? The var → let changes look good! |
@lorentey |
@swift-ci test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This comment has been minimized.
This comment has been minimized.
Build failed |
@lorentey @jrose-apple Could you run test please? |
@swift-ci test and merge |
@palimondo could you please run test? |
@swift-ci test and merge |
Fix warnings.
- Hashable warning-warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'something' to 'Hashable' by implementing 'hash(into:)