Skip to content
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

Fix Xcode 10b / Swift 4.2 compiler issue (type-checker timeout) #93

Merged
merged 1 commit into from
Jul 21, 2018

Conversation

AliSoftware
Copy link
Contributor

This fixes #92 by adding hints to help the type-checker and avoid a timeout during compilation.

@AliSoftware AliSoftware requested a review from djbe July 21, 2018 18:10
Copy link
Member

@djbe djbe left a comment

Choose a reason for hiding this comment

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

I get that this is an issue now, but we have to keep in mind that this is for a bug in an unreleased Swift version.

Should we actually merge this, or just keep the branch while the issue exists? Or monitor this for every Xcode release until the issue is fixed, and rollback the changes?

@AliSoftware
Copy link
Contributor Author

AliSoftware commented Jul 21, 2018

I'd say the change doesn't harm much (more verbose sure but ¯\_(ツ)_/¯ ) so why not

@djbe
Copy link
Member

djbe commented Jul 21, 2018

Works for me. We can check later and remove the hints, although I'd keep the typealias, that's nice.

@djbe djbe merged commit 1d15b97 into master Jul 21, 2018
@djbe djbe deleted the feature/fix-92 branch July 21, 2018 21:39
@djbe djbe added this to the 2.6.0 milestone Oct 7, 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.

Build failure using Swift 4.2 from Xcode 10 Beta
2 participants