Skip to content

[SILGen] NFC: Add test-cases for rdar://problem/37790062 #15187

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
Mar 13, 2018

Conversation

xedin
Copy link
Contributor

@xedin xedin commented Mar 12, 2018

Port multiple test-cases from test/Constraints/closures.swift
to SILGen to verify that closures are inferred as having Void
result type, and there is no function conversion thunk emitted
to convert from () -> T to () -> Void for literal closures.

Port multiple test-cases from `test/Constraints/closures.swift`
to SILGen to verify that closures are inferred as having `Void`
result type, and there is no function conversion thunk emitted
to convert from `() -> T` to `() -> Void` for literal closures.
@xedin
Copy link
Contributor Author

xedin commented Mar 12, 2018

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - b95635c

@xedin
Copy link
Contributor Author

xedin commented Mar 12, 2018

@swift-ci please clean test Linux platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - b95635c

@xedin
Copy link
Contributor Author

xedin commented Mar 13, 2018

@swift-ci please test Linux platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - b95635c

@xedin
Copy link
Contributor Author

xedin commented Mar 13, 2018

@swift-ci please test Linux platform

@xedin xedin merged commit 274c109 into swiftlang:master Mar 13, 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.

2 participants