Skip to content

Fix warnings in DispatchQueue.sync() implementation when using a comp… #10713

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 1 commit into from
Jul 5, 2017
Merged

Fix warnings in DispatchQueue.sync() implementation when using a comp… #10713

merged 1 commit into from
Jul 5, 2017

Conversation

ktopley-apple
Copy link
Contributor

@ktopley-apple ktopley-apple commented Jun 29, 2017

…iler with SE-0176 support.

(Radar 32888663)

@@ -40,6 +40,13 @@ DispatchAPI.test("DispatchGroup creation") {
expectNotNil(group)
}

DispatchAPI.test("Dispatch sync return value") {
let value = 24;
Copy link
Contributor

Choose a reason for hiding this comment

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

Minor, but the rest of this file seems to be using 2 spaces for indentation.

@ktopley-apple
Copy link
Contributor Author

The corresponding change for the overlay is at swiftlang/swift-corelibs-libdispatch#268

@moiseev
Copy link
Contributor

moiseev commented Jun 29, 2017

@swift-ci Please smoke test

1 similar comment
@ktopley-apple
Copy link
Contributor Author

@swift-ci Please smoke test

@ktopley-apple ktopley-apple requested a review from rjmccall June 30, 2017 14:53
@ktopley-apple
Copy link
Contributor Author

Fixed test file indent per Max's review comment.

@rjmccall
Copy link
Contributor

Thank you, that seems fine to me.

@moiseev
Copy link
Contributor

moiseev commented Jun 30, 2017

@swift-ci Please test and merge

Copy link

@das das left a comment

Choose a reason for hiding this comment

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

👍🏻
I merged the matching PR for swift-corelibs-libdispatch

@moiseev moiseev merged commit f2dbd65 into swiftlang:master Jul 5, 2017
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.

4 participants