-
Notifications
You must be signed in to change notification settings - Fork 56
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
Swift 5 #51
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol!
There was a problem hiding this comment.
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.
There was a problem hiding this 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 :/
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 🎉 |
This is the Swift 5-ready release!