Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: 1. Clarify python patch support. 2. Move SafePatch motivation and implementation detail to contribution doc. Add explanation how to use SafePatch. 3. Remove out-dated C++ Dynamic Patch. 4. Switching debugging from `prettyPrintPatch` to `debugPatch`. 5. Add operations sheet. 6. Clarify applying order for multiple operations. 7. Moving `customVisit` and `GeneratePatchNew` to the end since they are more situational. 8. Completely removed `DynamicPatch`. We will need to rewrite it with the new APIs. The new version can be read here: https://www.internalfb.com/intern/staticdocs/eph/1732644360/thrift/docs/fb/features/patch/ Reviewed By: pranavtbhat Differential Revision: D66207322 fbshipit-source-id: 3a4ac0e4e9d8852f0056c9c03a865c8e4d8ffe11
- Loading branch information