Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(625)

Issue 1312613006: Add command-line parameter enabling assert messages. (Closed)

Created:
5 years, 3 months ago by Lasse Reichstein Nielsen
Modified:
5 years, 3 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add command-line parameter enabling assert messages. Not passed through on every path yet.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -13 lines) Patch
M pkg/compiler/lib/src/apiimpl.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/compiler.dart View 3 chunks +4 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/dart2js.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/patch_parser.dart View 3 chunks +8 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/scanner/class_element_parser.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M pkg/compiler/lib/src/scanner/parser.dart View 1 chunk +9 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/scanner/parser_task.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/scanner/partial_parser.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/compiler/lib/src/scanner/scanner_task.dart View 1 chunk +3 lines, -1 line 0 comments Download
M tests/compiler/dart2js/parser_helper.dart View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3 (1 generated)
Lasse Reichstein Nielsen
FYI
5 years, 3 months ago (2015-09-02 12:38:27 UTC) #2
Lasse Reichstein Nielsen
5 years, 3 months ago (2015-09-02 12:39:04 UTC) #3
There is a Parser created in listener.dart#parse where I don't have direct
access to a compiler to get the flag value.

Powered by Google App Engine
This is Rietveld 408576698