Skip to content

Commit

Permalink
Disable hints in dart2js-with-kernel
Browse files Browse the repository at this point in the history
Change-Id: Id218b5116c134f7d1646f7d51ccef3faccd072f6
Reviewed-on: https://dart-review.googlesource.com/40469
Reviewed-by: Harry Terkelsen <het@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
  • Loading branch information
sigmundch authored and commit-bot@chromium.org committed Feb 9, 2018
1 parent 67bb231 commit 1f70b7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/compiler/lib/src/dart2js.dart
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ Future<api.CompilationResult> compile(List<String> argv,

void setUseKernel(String argument) {
useKernel = true;
// TODO(sigmund): reenable hints (Issue #32111)
showHints = false;
passThrough(argument);
}

Expand Down

0 comments on commit 1f70b7a

Please sign in to comment.