-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: - Add PatchingCandidates to gather field/methods to patch while walking the scope. The actually patching should happen after the walk to avoid race condition. Note that this diff doesn't actually plug it in to replace the existing annotation patching logic yet. I'm going to swap it in piece by piece. - Refactoring to improve clarity Reviewed By: ssj933 Differential Revision: D70530060 fbshipit-source-id: 47415ee02bdf5ce65b6ab83a351dc655499f40d3
- Loading branch information
1 parent
09326bf
commit fbb2894
Showing
2 changed files
with
96 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters