Skip to content
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

Remove deprecated code #74

Merged
merged 8 commits into from
Mar 6, 2018
Merged

Remove deprecated code #74

merged 8 commits into from
Mar 6, 2018

Conversation

novi
Copy link
Owner

@novi novi commented Mar 5, 2018

No description provided.

LICENSE.md Outdated
@@ -1,7 +1,7 @@
Copyright (c) 2015 Yusuke Ito
Copyright (c) 2015-17 Yusuke Ito
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already 2018 😉

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, Great. Thanks!

@florianreinhart
Copy link
Contributor

florianreinhart commented Mar 5, 2018

LGTM.

Can you merge and release this as new 0.9.0 beta? I'll then test it with my setup.

@novi novi merged commit dd32dcd into master Mar 6, 2018
@novi novi deleted the remove-deprecated-code branch March 6, 2018 02:36
@novi
Copy link
Owner Author

novi commented Mar 6, 2018

Thanks for feedbacks. I released this as 0.9.0-beta.2. We could test this along with our own apps.

@novi novi mentioned this pull request Mar 6, 2018
4 tasks

}

public struct QueryArray: QueryParameter, QueryArrayType {
let arr: [QueryParameter?]
@available(*, renamed: "QueryArray")
Copy link
Contributor

@florianreinhart florianreinhart Mar 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this not the correct usage of renamed. This annotation should be on the old type and refer to the new name, see: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Attributes.html

@available(*, unavailable, renamed: "QueryParameterArray")
typealias QueryArray = QueryParameterArray

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@florianreinhart Oh, great! Thanks. I will fix that later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants