-
Notifications
You must be signed in to change notification settings - Fork 197
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
Xcode 11.4 fixes #389
Xcode 11.4 fixes #389
Conversation
39c644c
to
bdb517a
Compare
Current coverage for BonMot.framework is
|
Files changed | - | - |
---|---|---|
StringStyle+Part.swift | 98.08% |
✅ |
Powered by xcov
Generated by 🚫 Danger
case let .underline(style, color): | ||
self.underline = (style, color) | ||
case let .strikethrough(style, color): | ||
self.strikethrough = (style, color) |
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.
What was the warning here? Does this have something to do with a change in implicit tuple behavior?
Co-Authored-By: Chris Ballinger <cballinger@rightpoint.com>
Co-Authored-By: Chris Ballinger <cballinger@rightpoint.com>
For the sake of getting this merged more quickly, I'd say maybe revert the gem update, since it looks like fixing that will take a while. I'll take a deeper dive for that in a separate PR. |
This reverts commit 6593901.
I tried more conservatively updating just CocoaPods; we'll see if it's any happier now. |
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.
Yay, works for me! Thank you!
No description provided.