We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4839f19 commit 042023cCopy full SHA for 042023c
docs/customizable_phase.md
@@ -144,9 +144,9 @@ Files in `scala/private/phases/`
144
- `phase_<PHASE_NAME>.bzl`: phase definition file
145
146
Function names in `phase_<PHASE_NAME>.bzl`
147
- - `phase_<RULE_NAME>_<PHASE_NAME>`: function with custom inputs of specific rule
148
- - `phase_common_<PHASE_NAME>`: function without custom inputs
149
- - `_phase_default_<PHASE_NAME>`: private function that takes `_args` for custom inputs
+ - `phase_<PHASE_NAME>_<RULE_NAME>`: function with custom inputs of specific rule
+ - `phase_<PHASE_NAME>_common`: function without custom inputs
+ - `_phase_<PHASE_NAME>_default`: private function that takes `_args` for custom inputs
150
- `_phase_<PHASE_NAME>`: private function with the actual logic
151
152
See `phase_compile.bzl` for example.
0 commit comments