|
Ran
|
Jobs
4
|
Files
87
|
Run time
928min
|
Badge
README BADGES
|
push
travis-ci
<a href="https://github.com/Instagram/IGListKit/commit/a4dfe9676">Fix reusing collection views among multiple adapters Summary: When multiple `UICollectionView`s are reused among multiple `IGListAdapter`s (horizontal lists embedded in a bigger, vertical list), the mapping between the old view and adapter is not broken. When a new collection view is attached to the old adapter, an unrelated adapter->collection view reference will be erroneously broken. The unit test in this diff fails on the second `XCTAssertEqual(adapter2.collectionView, collectionView1);` without this patch. Issue fixed: #699 t15661237 internally cc amonshiz since we were talking about this - [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. Closes https://github.com/Instagram/IGListKit/pull/721 Reviewed By: amonshiz Differential Revision: D5026330 Pulled By: rnystrom fbshipit-source-id: </a><a class="double-link" href="https://github.com/Instagram/IGListKit/commit/b2164a4ab">b2164a4ab</a>
10074 of 10320 relevant lines covered (97.62%)
488.51 hits per line