Skip to content

Conversation

FnTm
Copy link
Contributor

@FnTm FnTm commented May 9, 2017

FIX #11142

Motivation (required)

This fixes #11142 and supersedes #11155 as I was unsure how to add/change commits in that PR.

Test Plan (required)

Wrote up a bunch of unit tests for the ImageStore module. The added tests showed that there was indeed a problem with the flags used for the Base64OutputStream, and they also show that that has been fixed now.

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. GH Review: review-needed labels May 9, 2017
@shergin shergin self-requested a review May 30, 2017 18:20
@facebook-github-bot
Copy link
Contributor

@FnTm I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project.

@shergin shergin removed their request for review August 29, 2017 22:25
@facebook-github-bot
Copy link
Contributor

@FnTm I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project.

@shergin shergin requested a review from janicduplessis October 6, 2017 17:08
@janicduplessis
Copy link
Contributor

janicduplessis commented Oct 6, 2017

@FnTm So the only change is the flag to Base64OutputStream from Base64.DEFAULT to Base64.NO_WRAP right? The rest is just moving to a method to make it testable.

@FnTm
Copy link
Contributor Author

FnTm commented Oct 7, 2017

@janicduplessis right, exactly that.

@facebook-github-bot facebook-github-bot added the Import Started This pull request has been imported. This does not imply the PR has been approved. label Oct 10, 2017
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shergin is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Import Started This pull request has been imported. This does not imply the PR has been approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

base64 string got from ImageEditor.cropImage(uri) have linefeed after each 76 characters.
4 participants