Daniel1of1 / CSwiftV

A csv parser written in swift conforming to rfc4180
BSD 3-Clause "New" or "Revised" License
171 stars 46 forks source link

Update to Swift 4, fixing subscripts returning String #38

Closed UberJason closed 5 years ago

UberJason commented 7 years ago

Hi! I've been using your library for a couple months, and it's been great! I noticed today that in migrating my own project to Swift 4, a very minor change was needed to your library to support Swift 4: Subscripts returning String were obsoleted in Swift 4; explicitly construct a String from subscripted result.

I hope you won't mind accepting my PR!

Daniel1of1 commented 5 years ago

Hi @UberJason, thanks so much for sending up this patch - apologies I wasn't able to keep up with this. I merged #39, but I will include your name as soon as I get on to #14. I hope it still proves useful 😊