|
Ran
|
Jobs
1
|
Files
24
|
Run time
1s
|
Badge
README BADGES
|
push
travis-ci
Fix stacked section controller OOB when cell ends display Summary: Fixes bug reported internally. When items are removed dynamically the stack internal store will attempt to access data that has already been removed. Instead use assoc objects. We did change `IGListAdapter` to [use a map](https://github.com/Instagram/IGListKit/blob/master/Source/IGListAdapter.m#L681) instead of assoc objects. That could be a good cleanup. cc cdoncarroll - [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 have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/358 Differential Revision: D4363840 Pulled By: jessesquires fbshipit-source-id: ef73b4302
19 of 19 new or added lines in 1 file covered. (100.0%)
2747 of 2804 relevant lines covered (97.97%)
234.23 hits per line