-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Rename OutputStream to OutputStreamable [SE-0086] #3576
Conversation
@swift-ci please test |
I’m sorry, I didn’t expect to find stdlib API changes in a proposal with that title, so I didn’t review this, and nobody brought it to my attention. |
How about |
on Mon Jul 18 2016, Xiaodi Wu <notifications-AT-github.com> wrote:
To me these seem much weaker than TextOutputStream; the first is |
Fine, |
d5c96ee
to
2a4e916
Compare
kicking off tests again; swiftpm will fail but at least we'll know the rest is right. |
@swift-ci please test |
I'm going to add a temporary typealias to avoid the lock-step build dependencies between projects. |
@swift-ci Please test and merge |
We're going to go ahead and merge this. |
What's in this pull request?
Per the accepted SE-0086, rename the standard library
OutputStream
type toOutputStreamable
.NSOutputStream
will becomeOutputStream
in a different commit.Resolved bug number
rdar://27355220
Before merging this pull request to apple/swift repository:
Triggering Swift CI
The swift-ci is triggered by writing a comment on this PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment that you use. The currently available comments are:
Smoke Testing
Validation Testing
Lint Testing
Note: Only members of the Apple organization can trigger swift-ci.