Skip to content

Conversation

rudkx
Copy link
Contributor

@rudkx rudkx commented Oct 25, 2018

Also move one from fast to slow based on the fact that it wasn't
representative of the original issue (which was an expression that
didn't typecheck successfully).

Also move one from fast to slow based on the fact that it wasn't
representative of the original issue (which was an expression that
didn't typecheck successfully).
@rudkx
Copy link
Contributor Author

rudkx commented Oct 25, 2018

@swift-ci Please smoke test

@rudkx rudkx requested a review from xedin October 25, 2018 23:27
@rudkx
Copy link
Contributor Author

rudkx commented Oct 26, 2018

@swift-ci Please smoke test OS X platform

Copy link
Contributor

@xedin xedin left a comment

Choose a reason for hiding this comment

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

LGTM!

@@ -310,8 +310,8 @@ CharacterTests.test(
expectEqualMethodsForDomain(
ascii0to126,
ascii1to127,
{ x in { String(x) < String($0) } } as PredicateFn,
{ x in { String(Character(x)) < String(Character($0)) } } as PredicateFn)
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: if PredicateFn is no longer useful, typealias could be removed as well..

Copy link
Contributor Author

Choose a reason for hiding this comment

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

D'oh! Yes, will push another commit to remove that.

@rudkx
Copy link
Contributor Author

rudkx commented Oct 26, 2018

@swift-ci Please smoke test

@rudkx rudkx merged commit fcdca5d into swiftlang:master Oct 26, 2018
@rudkx rudkx deleted the designated-types branch October 26, 2018 04:12
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