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

Issue 2930673002: Implement initializer asserts. (Closed)

Created:
3 years, 6 months ago by ahe
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, dart-uxr+reviews_google.com, dart-fe-team+reviews_google.com
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments and tweak error recovery. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -76 lines) Patch
M pkg/analyzer/lib/src/fasta/ast_builder.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/compiler/lib/src/parser/node_listener.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/fasta_codes_generated.dart View 1 2 chunks +30 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/body_builder.dart View 1 3 chunks +59 lines, -4 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/class_member_parser.dart View 1 chunk +15 lines, -3 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 1 3 chunks +15 lines, -5 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/parser.dart View 8 chunks +54 lines, -9 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/outline_builder.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 1 1 chunk +6 lines, -1 line 0 comments Download
M pkg/front_end/messages.yaml View 1 1 chunk +8 lines, -0 lines 0 comments Download
M tests/language/assert_initializer_test.dart View 1 chunk +42 lines, -42 lines 0 comments Download
M tests/language/language.status View 1 chunk +2 lines, -6 lines 0 comments Download
M tests/language/language_kernel.status View 1 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
ahe
3 years, 6 months ago (2017-06-07 16:25:45 UTC) #2
kasperl
LGTM! https://codereview.chromium.org/2930673002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart File pkg/front_end/lib/src/fasta/kernel/body_builder.dart (right): https://codereview.chromium.org/2930673002/diff/1/pkg/front_end/lib/src/fasta/kernel/body_builder.dart#newcode2455 pkg/front_end/lib/src/fasta/kernel/body_builder.dart:2455: inInitializer = false; Add a comment to explain ...
3 years, 6 months ago (2017-06-08 10:23:14 UTC) #4
ahe
Thank you, Kasper! I've tweaked the definitions of the error codes so that dart2js treats ...
3 years, 6 months ago (2017-06-08 11:04:34 UTC) #5
ahe
3 years, 6 months ago (2017-06-08 11:46:33 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
001ac9738937019992cce68c638ead344a6268fc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698