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

Issue 19097003: Support new malformed types semantics. (Closed)

Created:
7 years, 5 months ago by Johnni Winther
Modified:
7 years, 4 months ago
Reviewers:
karlklose
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Support new malformed types semantics. BUG=http://dartbug.com/8325,http://dartbug.com/9056 R=karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=25553

Patch Set 1 #

Total comments: 30

Patch Set 2 : Updated cf. comments. #

Patch Set 3 : Rebased #

Patch Set 4 : Test updated #

Patch Set 5 : Fix unittests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+580 lines, -479 lines) Patch
M sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 2 3 4 14 chunks +102 lines, -91 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 5 chunks +9 lines, -11 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 3 chunks +6 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart View 1 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 4 21 chunks +78 lines, -95 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/bailout.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 8 chunks +15 lines, -28 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 2 chunks +1 line, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 1 chunk +6 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 2 3 chunks +3 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/flat_type_mask.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/inferrer_visitor.dart View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/simple_types_inferrer.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 2 4 chunks +19 lines, -8 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 5 chunks +32 lines, -19 lines 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M tests/language/function_malformed_result_type_test.dart View 2 chunks +4 lines, -12 lines 0 comments Download
D tests/language/is_not_class2_negative_test.dart View 1 chunk +0 lines, -24 lines 0 comments Download
A + tests/language/is_not_class2_test.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M tests/language/language.status View 1 2 3 6 chunks +46 lines, -5 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 3 3 chunks +0 lines, -6 lines 0 comments Download
M tests/language/list_literal_syntax_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
A tests/language/malformed_inheritance_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
A tests/language/malformed_test.dart View 1 1 chunk +145 lines, -0 lines 0 comments Download
M tests/language/new_expression_type_args_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/on_catch_malformed_type_test.dart View 1 3 chunks +5 lines, -26 lines 0 comments Download
M tests/language/prefix16_test.dart View 1 3 chunks +22 lines, -9 lines 0 comments Download
D tests/language/prefix9_negative_test.dart View 1 chunk +0 lines, -26 lines 0 comments Download
A + tests/language/prefix9_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/language/try_catch_on_syntax_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M tests/language/try_catch_syntax_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_parameter_test.dart View 1 2 3 1 chunk +6 lines, -8 lines 0 comments Download
M tests/language/type_variable_bounds_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/type_variable_scope2_test.dart View 1 2 chunks +4 lines, -15 lines 0 comments Download
M tests/language/type_variable_scope_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/language/wrong_number_type_arguments_test.dart View 1 chunk +2 lines, -24 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Johnni Winther
7 years, 5 months ago (2013-07-12 11:39:18 UTC) #1
karlklose
LGTM with comments. Thanks for the cleanup of the type resolution! https://codereview.chromium.org/19097003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart File sdk/lib/_internal/compiler/implementation/dart_types.dart (right): ...
7 years, 5 months ago (2013-07-19 11:45:40 UTC) #2
Johnni Winther
https://codereview.chromium.org/19097003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart File sdk/lib/_internal/compiler/implementation/dart_types.dart (right): https://codereview.chromium.org/19097003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart#newcode112 sdk/lib/_internal/compiler/implementation/dart_types.dart:112: /** On 2013/07/19 11:45:40, karlklose wrote: > Use `///` ...
7 years, 4 months ago (2013-07-29 09:59:48 UTC) #3
Johnni Winther
7 years, 4 months ago (2013-07-29 10:21:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r25553 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698