Swap NSUInteger to NSInteger Public API#205
Swap NSUInteger to NSInteger Public API#205surayashivji wants to merge 3 commits intoInstagram:masterfrom surayashivji:nsintegerswap
Conversation
|
@surayashivji updated the pull request - view changes |
|
Cleaned up the branch! |
|
Gonna let CI ✅ then we're g2g! |
|
LGTM. thanks @surayashivji ! 🎉 |
jessesquires
left a comment
There was a problem hiding this comment.
Oops, forgot one thing.
We need to add this to the CHANGELOG.md.
This is technically a breaking change.
@rnystrom -- Swift APIs will change from UInt to Int, correct?
|
@surayashivji updated the pull request - view changes |
|
Updated |
|
@surayashivji last thing w/ the changelog, can you use the same format as items in Enhancements? Name (PR#). I believe the commit hash will change due to how we sync PRs. |
|
@surayashivji updated the pull request - view changes |
|
Updated CHANGELOG.md-- thank you for your patience 😂 |
|
@rnystrom has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
Thanks @surayashivji ! 💯 |
Changes in this pull request
Swapped NSUInteger to NSInteger in public headers. Fixed a test in IGListSectionMapTests.m to pass with NSInteger. For issue #200!
Pull request checklist