-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ListFormatStyle
missing
#4596
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
Comments
cc @millenomi |
same error for public func data(for request: URLRequest, delegate: (URLSessionTaskDelegate)? = nil) async throws -> (Data, URLResponse) function. |
Probably the URLSession one should be a separate Issue. |
That's being tracked at #3205 |
This is available in swift-foundation, so resolved by #5001 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Objective-C Foundation has a
ListFormatStyle
for formatting collections as described at https://developer.apple.com/documentation/foundation/listformatstyle. This does not exist in Swift Foundation.Expected Result:
Using
someArrayOfStrings.formatted(.list(type: .and))
works on both macOS and LinuxActual Result:
Steps to reproduce
The text was updated successfully, but these errors were encountered: