-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[stdlib][Qol] SR-11295 Removing stdlib unnecessary coercions #27165
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
[stdlib][Qol] SR-11295 Removing stdlib unnecessary coercions #27165
Conversation
…emoving-uncessary-casts
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.
Thanks, @LucianoPAlmeida! One small nit, otherwise looks good 👍
Just updating the initial description |
@swift-ci please smoke test |
Thank's @CodaFi :) |
Although the re-apply of the diagnostic is still in the workings, this is actually not dependent on it. And since it is only very simple removals, I was wondering if we get this in if everything is ok? |
Sure. In the future, though, could you please pull with a rebase so there aren’t intervening merge commits? If this passes, I’ll squash this one out for you. |
@swift-ci please test |
1 similar comment
@swift-ci please test |
Thank you @CodaFi
Sure :) |
⛵️ |
This removes unnecessary 'as' same type casts.
Extension of #26710, just separating this in other PR.
cc @xedin