-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Minimum fixes for Xcode 9.3 build errors #1143
Conversation
Generated by 🚫 Danger |
@rnystrom @jessesquires Could you please review this? |
8f66779
to
90e2edf
Compare
@ikesyo has updated the pull request. |
I'm not sure why there are some SwiftLint violations from Examples in this PR: https://travis-ci.org/Instagram/IGListKit/jobs/361956020 but those are not seen in master: https://travis-ci.org/Instagram/IGListKit/jobs/361911790 |
Updated .swiftlint.yml to exclude the occurences:
|
> Assertion Failure: MixedDataViewControllerUITests.swift:51: XCTAssertFalse failed: throwing "Invalid query - string identifier 'Maecenas faucibus mollis interdum. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.' exceeds maximum length of 128 characters. You can work around this limitation by constructing a query with a custom NSPredicate that specifies the property (label, title, value, placeholderValue, or identifier) to match against." -
Hi IG team! Are you planning on merging this in and releasing soon? It's blocking my team's upgrade to Xcode 9.3. |
Hi IGlisters, |
Our internal CI just moved to 9.3 over the weekend which means we can merge, that was the only thing holding us back. I’ll land this today! Sent with GitHawk |
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.
@rnystrom is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Thanks for the quick work @rnystrom! Is the team going to put out a release soon to grab this change from, or should we temporarily tie it to this commit hash? |
@ethanjdiamond we’re stabilizing a couple recent merges and want to hold a fresh release til it’s totally stable. Feel free to just use the master branch for the time being (it’s what we use in Instagram). Sent with GitHawk |
@rnystrom |
@SebastianBoldt nothing concrete but its moving right now (see #1150 and #1151). Blocked on CI for #1152 that I'm trying to figure out. Once that's moving it's just a matter of genning docs and publishing. Shouldn't be more than a couple days! |
Changes in this pull request
Issue fixed: #1141
This is a set of minimum fixes for Xcode 9.3 rather than #1142. Much smaller diffs 😃
The changes here were done by Xcode's FixIt. See also https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html#//apple_ref/doc/uid/TP40004265-SW5.
Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.