|
Ran
|
Jobs
4
|
Files
0
|
Run time
4s
|
Badge
README BADGES
|
push
travis-ci
Move section controller mutation API to object provided in update block Summary: We constantly have random bugs pop up when mutations are made outside of a batch update. This change restricts the mutation API to a batch context object (which is just an `IGListAdapter`) so they can only be done **inside an update block**. - Fixed open source project - Confirmed open source examples build - Updated all of Instagram.app to use this API - Changelog breaking changes entry Fixes #392 Reviewed By: jessesquires Differential Revision: D4754129 fbshipit-source-id: 11d32a0fa
3160 of 3225 relevant lines covered (97.98%)
294.79 hits per line