ezura / spell-checker-for-swift

This command line tool can check spelling and show proposed correction.
MIT License
74 stars 9 forks source link

Updated for Swift 5.2 #17

Closed nicholaslythall closed 4 years ago

nicholaslythall commented 4 years ago

A draft PR with the required changes needed to support Swift 5.2. Needs https://github.com/ezura/SwiftSyntaxExtensions/pull/2 to be approved and a new release tagged and Package.resolved updated before it can be merged in.

Ahmad-Atef-Ali commented 4 years ago

@ezura already approved 👍

ezura commented 4 years ago

@nicholaslythall Can I merge this PR?

nicholaslythall commented 4 years ago

@ezura Just waiting for a tagged 0.50200.0 release on https://github.com/ezura/SwiftSyntaxExtensions so Package.resolved can be updated with the new revisions.

ezura commented 4 years ago

@nicholaslythall I'm sorry! I've tagged it...!

nicholaslythall commented 4 years ago

@ezura After rebasing onto master, it looks like most of the changes in this branch were already merged in as part of #15. All that's left for this PR to do is update SwiftSyntaxExtensions back to your repo with the new tag.

ezura commented 4 years ago

@nicholaslythall I see. Thank you! I'll merge this PR soon.