You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Bonus points for recognizing idiomatic C-style for loops that could trivially be rewritten as for-in loops and providing a Fix-It to help with migration. For example:
I've been doing some diagnoses fixing recently and getting somewhat familiar with this area. Would be happy to take this on, if no one else has code in the works.
Additional Detail from JIRA
md5: 059d6db82e39ab1b799b6c27509640a5
Issue Description:
Per
https://github.com/apple/swift-evolution/blob/master/proposals/0007-remove-c-style-for-loops.md
we should implement a warning in Swift 2.2 that informs users that C-style for loops are going away.
The text was updated successfully, but these errors were encountered: