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

Swift 5 #51

Merged
merged 7 commits into from
Mar 26, 2019
Merged

Swift 5 #51

merged 7 commits into from
Mar 26, 2019

Conversation

stephencelis
Copy link
Member

This is the Swift 5-ready release!

@stephencelis
Copy link
Member Author

Dang. Linux-only compiler bug: https://bugs.swift.org/browse/SR-10168

I think we can "fix" by un-nesting types that are in generic contexts, like: https://github.com/pointfreeco/swift-html/blob/master/Sources/Html/Attributes.swift#L404-L409

Not great...but otherwise we're kinda blocked.

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Brandon Williams
Copyright (c) 2019 Point-Free, Inc.
Copy link
Member

Choose a reason for hiding this comment

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

lol!

Copy link
Member Author

Choose a reason for hiding this comment

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

lol! i copied from an updated repo.

Copy link
Member

@mbrandonw mbrandonw left a comment

Choose a reason for hiding this comment

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

bummer about that linux bug :/

@stephencelis stephencelis merged commit 4345944 into master Mar 26, 2019
@stephencelis stephencelis deleted the swift-5 branch March 26, 2019 13:48
@stephencelis stephencelis restored the swift-5 branch March 26, 2019 13:48
@simonpierreroy
Copy link

Just to let know that the bug https://bugs.swift.org/browse/SR-10168 seems to be gone in Swift 5.1.1 on Linux 🎉

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.

3 participants