Velhotes/Vinyl

Swift 3.1 warnings

brentleyjones opened this issue · 4 comments

Vinyl/Response.swift:63:41: String interpolation produces a debug description for an optional value; did you mean to make this explicit?

Vinyl/Response.swift:64:43: String interpolation produces a debug description for an optional value; did you mean to make this explicit?

Vinyl/Response.swift:66:18: String interpolation produces a debug description for an optional value; did you mean to make this explicit?

I've had similar warnings in other projects. It's a very straightforward fix. I'll do it shortly.

Awesome, thanks!

#73 addresses this and is just waiting to be reviewed and merged :)

Merged. Thanks!