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

Issue 2999033002: Mark top-level error field as static. (Closed)

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

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : Update verify_test. #

Patch Set 3 : Merged with f60a6af7c15cc4ef1b0d8162540ec25430a3c3f1 #

Patch Set 4 : Remove unused import. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+251 lines, -93 lines) Patch
M pkg/front_end/lib/src/fasta/kernel/kernel_target.dart View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/front_end/lib/src/fasta/kernel/verifier.dart View 1 2 chunks +29 lines, -5 lines 0 comments Download
M pkg/front_end/testcases/cycles.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/illegal_named_function_expression.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/illegal_named_function_expression.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/illegal_named_function_expression_scope.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/illegal_named_function_expression_scope.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/inference/circular_method_inference.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/inference/circular_method_inference.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/inference/infer_local_function_referenced_before_declaration.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/inference/infer_local_function_referenced_before_declaration.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/rasta/malformed_function_type.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/rasta/super.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/rasta/unsupported_platform_library.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29937.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29937.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29942.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29942.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29976.dart.direct.expect View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29976.dart.strong.expect View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29978.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29978.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29979.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29979.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29982.dart.direct.expect View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29982.dart.strong.expect View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29983.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29983.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29986.dart.direct.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/front_end/testcases/regress/issue_29986.dart.strong.expect View 1 chunk +1 line, -1 line 0 comments Download
M pkg/kernel/lib/verifier.dart View 3 chunks +19 lines, -0 lines 0 comments Download
M pkg/kernel/test/verify_test.dart View 1 2 3 17 chunks +172 lines, -58 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
ahe
3 years, 4 months ago (2017-08-16 08:44:53 UTC) #3
sjindel
https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart File pkg/front_end/lib/src/fasta/kernel/verifier.dart (right): https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart#newcode49 pkg/front_end/lib/src/fasta/kernel/verifier.dart:49: String checkLocation(TreeNode node, String name) { How are these ...
3 years, 4 months ago (2017-08-16 10:27:01 UTC) #4
ahe
https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart File pkg/front_end/lib/src/fasta/kernel/verifier.dart (right): https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart#newcode49 pkg/front_end/lib/src/fasta/kernel/verifier.dart:49: String checkLocation(TreeNode node, String name) { On 2017/08/16 10:27:01, ...
3 years, 4 months ago (2017-08-16 11:59:15 UTC) #5
ahe
https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart File pkg/front_end/lib/src/fasta/kernel/verifier.dart (right): https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart#newcode49 pkg/front_end/lib/src/fasta/kernel/verifier.dart:49: String checkLocation(TreeNode node, String name) { On 2017/08/16 11:59:15, ...
3 years, 4 months ago (2017-08-16 12:01:47 UTC) #6
sjindel
On 2017/08/16 12:01:47, ahe wrote: > https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart > File pkg/front_end/lib/src/fasta/kernel/verifier.dart (right): > > https://codereview.chromium.org/2999033002/diff/1/pkg/front_end/lib/src/fasta/kernel/verifier.dart#newcode49 > ...
3 years, 4 months ago (2017-08-16 12:48:39 UTC) #7
ahe
PTAL I failed verify_test.dart and realized that I should extend it to test for this ...
3 years, 4 months ago (2017-08-22 14:53:31 UTC) #9
ahe
Samir, did you have any comments on the latest patch set I added?
3 years, 3 months ago (2017-08-24 10:23:32 UTC) #10
sjindel
On 2017/08/24 10:23:32, ahe wrote: > Samir, did you have any comments on the latest ...
3 years, 3 months ago (2017-08-24 10:36:06 UTC) #11
ahe
On 2017/08/24 10:36:06, sjindel wrote: > On 2017/08/24 10:23:32, ahe wrote: > > Samir, did ...
3 years, 3 months ago (2017-08-24 10:44:30 UTC) #12
ahe
3 years, 3 months ago (2017-08-29 10:39:08 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:80001) manually as
6eff945874618a5a59cf62eb6d9356c6774abd3c (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698