Skip to content

Commit

Permalink
Improve a TODO
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 444753724
  • Loading branch information
cushon authored and copybara-github committed Apr 27, 2022
1 parent 83d2990 commit 38c586f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ public final class JavaCompileAction extends AbstractAction implements CommandAc

enum CompilationType {
JAVAC("Javac"),
// TODO(cushon): rename the mnemonic to 'Turbine' after javac-turbine is turned down (and after
// collecting data on the perform impact of the turndown)
// 'javac turbine' has been replaced by just 'turbine', but the mnemonic is unchanged for
// continuity in the blaze performance logs, and to distinguish direct classpath actions
// which use the 'Turbine' mnemonic.
// TODO(b/230333695): consider renaming to a more descriptive name
TURBINE("JavacTurbine");

final String mnemonic;
Expand Down

0 comments on commit 38c586f

Please sign in to comment.