Fixit icon indicating copy to clipboard operation
Fixit copied to clipboard

Fix patched_source type hint and bug related to it

Open Jackenmen opened this issue 3 years ago • 3 comments

Summary

Fixes a bug that caused apply_fix to write to a file in text mode rather than bytes mode even though it's trying to write bytes back.

Test Plan

Run this in the root of the cloned repository of Fixit:

python -m venv .venv
.venv\Scripts\activate.bat
python -m pip install .
python -m fixit.cli.apply_fix

If using Linux/macOS, . .venv/bin/activate is needed for venv activation instead.

Jackenmen avatar May 13 '22 12:05 Jackenmen

Hi @jack1142!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

facebook-github-bot avatar May 13 '22 12:05 facebook-github-bot

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

facebook-github-bot avatar May 13 '22 14:05 facebook-github-bot

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks!

facebook-github-bot avatar May 13 '22 14:05 facebook-github-bot

Hey there! We appreciate your contributions, but we're in the process of making some large changes to the core of Fixit. We will try to have more info about the direction we're heading soon, but in the mean time, we are closing all outstanding PR's from before we started this work. Thank you for your understanding.

amyreese avatar Oct 07 '22 01:10 amyreese