-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change paths to path #1205
Change paths to path #1205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you provide a unit test demonstrating where it fails?
@rnystrom Done 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@rnystrom @jessesquires After adding the test, I find this bug isn't that trivial😆. Should I add a changelog for it? |
@zhubofei yes please! I need to do a deeper audit to make sure this doesn't break anything haha. |
@zhubofei Thanks for the fix, what I dont understand is that it seems like the current production code is not affected by this bug at all, do u have any theory why this is the case? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lorixx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lorixx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Changes in this pull request
Should map be a map of
IndexPath
s instead of arrays ofIndexPath
s? Also, we might need some unit tests on this part. I don't think it's covered.Checklist
CHANGELOG.md
for any breaking changes, enhancements, or bug fixes.