Skip to content

URLComponents is missing percentEncodedQueryItems. #17607

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

Merged
merged 2 commits into from
Jun 29, 2018
Merged

URLComponents is missing percentEncodedQueryItems. #17607

merged 2 commits into from
Jun 29, 2018

Conversation

lutherjm
Copy link

URLComponents is missing percentEncodedQueryItems. I added percentEncodedQueryItems and modified the URLComponents test code to make sure it works. For rdar://problem/40440282

…ified the URLComponents test code to make sure it works.
@parkera
Copy link
Contributor

parkera commented Jun 28, 2018

@swift please test

@jrose-apple
Copy link
Contributor

@swift-ci Please test

@@ -291,6 +291,15 @@ public struct URLComponents : ReferenceConvertible, Hashable, Equatable, _Mutabl
set { _applyMutation { $0.queryItems = newValue } }
}

/// Returns an array of query items for this `URLComponents`, in the order in which they appear in the original query string. Any percent-encoding in a query item name or value is retained
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: Please match existing formatting conventions for this file.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. I've changed it.

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - a7d3efd

@lutherjm
Copy link
Author

@swift please test

@lutherjm
Copy link
Author

lutherjm commented Jun 29, 2018

@swift-ci Please test

@parkera
Copy link
Contributor

parkera commented Jun 29, 2018

@swift-ci please test

@parkera parkera merged commit 8009e87 into swiftlang:master Jun 29, 2018
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.

5 participants