-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Upgraded to Swift 5 #12
Conversation
Changed e -> error
comment the testComplexObject.
…to upstream-master
This reverts commit e776abb.
…to upstream-master
@cbaker6 Thanks a lot!!! |
… data directly since everything is Encodable
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.
LGTM!
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.
LGTM! Thanks for getting this project going again 👍
Just a very minor comment formatting change.
Co-authored-by: Tom Fox <13188249+TomWFox@users.noreply.github.com>
eb62ff2
@TomWFox np, I’m not sure what happened here, I accepted your changes, but it dismissed all of the reviews which wasn’t my intention |
Nothing to do with you, it's because of some branch protections I just added. I think I'll remove that particular one as it's a bit annoying! |
This PR builds off of ShawnBaeks PR #9 as many of fixes seemed to be approved by Flo.
In addition to upgrading, I made changes to the force unwrap test cases as they should fail gracefully and allow the rest of the tests to run even if one fails.