-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename top-level preprocessing functions
Summary: There's currently a `Preprocessing.preprocess` function that is both named and commented as though it does "all of preprocessing", which is misleading - it does everything except wildcard expansion, which is effectively part of preprocessing. And the names `preprocess_phase0` and `preprocess_phase1` aren't really descriptive. This diff renames them all to make the existing API clearer. I came across this while considering moving wildcard exports into the `Preprocessing` module, although I've realized that `DecoratorPreprocessing` is also involved and complicates things, I'll need to figure out how much this matters. Reviewed By: grievejia Differential Revision: D52521369 fbshipit-source-id: 188d16c7d4bfcc9c577b651c0628f19890eb5636
- Loading branch information
1 parent
65f0f49
commit 399b22d
Showing
7 changed files
with
21 additions
and
19 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
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
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
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