Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 3c91555

Browse files
committed
Finish cleanup for phase refactor
1 parent 08ce944 commit 3c91555

File tree

5 files changed

+621
-604
lines changed

5 files changed

+621
-604
lines changed

docs/stardoc/providers.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,10 @@ A Scala compiler plugin
233233
<col class="col-description" />
234234
</colgroup>
235235
<tbody>
236-
<tr id="#ScalaRulePhase_name">
237-
<td><code>name</code></td>
238-
<td>
239-
<p>the phase name</p>
240-
</td>
241-
</tr>
242-
<tr id="#ScalaRulePhase_function">
243-
<td><code>function</code></td>
236+
<tr id="#ScalaRulePhase_phases">
237+
<td><code>phases</code></td>
244238
<td>
245-
<p>just testing for now</p>
239+
<p>the phases to add</p>
246240
</td>
247241
</tr>
248242
</tbody>

rules/providers.bzl

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ ZincConfiguration = provider(
6363
ScalaRulePhase = provider(
6464
doc = "A Scala compiler plugin",
6565
fields = {
66-
"name": "the phase name",
67-
"function": "just testing for now",
66+
"phases": "the phases to add",
6867
},
6968
)
7069

0 commit comments

Comments
 (0)