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

Issue 2204943003: Improve error reporting in batch mode. (Closed)

Created:
4 years, 4 months ago by ahe
Modified:
4 years, 4 months ago
Reviewers:
kasperl
CC:
rasta-dart+reviews_googlegroups.com, kustermann
Base URL:
git@github.com:dart-lang/rasta.git@load_all_libs
Target Ref:
refs/heads/master
Project:
Rasta
Visibility:
Public.

Description

Improve error reporting in batch mode. Fixes #78. BUG=https://github.com/dart-lang/rasta/issues/78 R=kasperl@google.com Committed: https://github.com/dart-lang/rasta/commit/b00230efa82f6735b8e517f4bb7eb8af14a841c9

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -5 lines) Patch
M lib/src/rastask.dart View 4 chunks +22 lines, -0 lines 3 comments Download
M lib/src/run_batch.dart View 3 chunks +3 lines, -5 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 8 (3 generated)
ahe
4 years, 4 months ago (2016-08-03 11:12:27 UTC) #2
kasperl
LGTM. https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart File lib/src/rastask.dart (right): https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart#newcode159 lib/src/rastask.dart:159: for (DiagnosticMessage diagnostic in messages) { Can messages ...
4 years, 4 months ago (2016-08-04 11:14:13 UTC) #4
ahe
https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart File lib/src/rastask.dart (right): https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart#newcode159 lib/src/rastask.dart:159: for (DiagnosticMessage diagnostic in messages) { On 2016/08/04 11:14:13, ...
4 years, 4 months ago (2016-08-04 11:32:45 UTC) #5
ahe
Committed patchset #1 (id:1) manually as b00230efa82f6735b8e517f4bb7eb8af14a841c9 (presubmit successful).
4 years, 4 months ago (2016-08-04 11:54:22 UTC) #7
ahe
4 years, 4 months ago (2016-08-04 12:15:32 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart
File lib/src/rastask.dart (right):

https://codereview.chromium.org/2204943003/diff/1/lib/src/rastask.dart#newcod...
lib/src/rastask.dart:159: for (DiagnosticMessage diagnostic in messages) {
On 2016/08/04 11:32:45, ahe wrote:
> On 2016/08/04 11:14:13, kasperl wrote:
> > Can messages be empty? Maybe move hasCompileTimeError = true out of the
for-in
> > loop.
> 
> I'll address this in a follow-up CL.

Thank you, I've created CL 2213913002 for this.

Powered by Google App Engine
This is Rietveld 408576698