mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-06 15:08:50 +00:00
Summary: This is a bigger PR than I'd like but there is a bunch of stuff in here that feels like we should land all at once to fix the Travis setup. Currently, there is a few things wrong. Briefly: 1. Travis is failing to even build the library (see: [build 2298](https://travis-ci.org/Instagram/IGListKit/jobs/506564900)) 2. There are legitimately failing tests 3. Travis seems to be flakey running UI tests This PR deals with the first two. The Xcode projects were not building because some recently added files weren't added to the xcodeproj (ie.46a124ddfeand4662454c4a). Also added `Foundation.h` import for `bool` definition for `IGSystemVersion` (also a new file) The main `Podfile.lock` was already being generated via `1.5.3` (0c0b31ad7c) but the `Gemfile` had the wrong version and none of the example project `Podfile.lock`s were re-generated with it. Once I got the projects correctly building and tests running, I discovered there were a bunch of tests that were legitimately failing. It's unclear when these started failing and what caused it. I thought it made sense to disable these tests for now and then create Github issues to fix them as starter tasks instead of making this diff even larger.. I can create those if that sounds good. Somewhat related, it seems like the UI tests on Travis may be a bit flakey. They pass locally, but breaks on Travis [[example](https://travis-ci.com/bdotdub/IGListKit/jobs/195758250)] with error messages like `Failure requesting automation session for com.instagram.IGListKitExamples:85190` ---- - [X] All tests pass. Demo project builds and runs. - [X] I added tests, an experiment, or detailed why my change isn't tested. - [X] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [X] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1317 Reviewed By: rnystrom Differential Revision: D15157375 Pulled By: rnystrom fbshipit-source-id: b29131f59b74398b6d2b3a73453248cb3325a955
20 lines
428 B
Text
20 lines
428 B
Text
PODS:
|
|
- IGListKit (3.4.0):
|
|
- IGListKit/Default (= 3.4.0)
|
|
- IGListKit/Default (3.4.0):
|
|
- IGListKit/Diffing
|
|
- IGListKit/Diffing (3.4.0)
|
|
|
|
DEPENDENCIES:
|
|
- IGListKit (from `../../IGListKit.podspec`)
|
|
|
|
EXTERNAL SOURCES:
|
|
IGListKit:
|
|
:path: "../../IGListKit.podspec"
|
|
|
|
SPEC CHECKSUMS:
|
|
IGListKit: 7a5d788e9fb746bcd402baa8e8b24bc3bd2a5a07
|
|
|
|
PODFILE CHECKSUM: b2d4196e45c2a81ef18daa376d33978bf335df7c
|
|
|
|
COCOAPODS: 1.6.1
|