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

Issue 48383003: Support checking of malbounded types. (Closed)

Created:
7 years, 1 month ago by Johnni Winther
Modified:
7 years, 1 month ago
Reviewers:
karlklose
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Support checking of malbounded types. BUG= R=karlklose@google.com Committed: https://code.google.com/p/dart/source/detail?r=29531

Patch Set 1 #

Total comments: 13

Patch Set 2 : Updated cf. comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -42 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 3 chunks +42 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 3 chunks +18 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 6 chunks +47 lines, -16 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/type_test_emitter.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 2 chunks +11 lines, -14 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 4 chunks +78 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/js_rti.dart View 1 chunk +12 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/language/language_analyzer.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +2 lines, -6 lines 0 comments Download
M tests/language/type_variable_bounds2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_variable_bounds3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/language/type_variable_bounds4_test.dart View 1 chunk +69 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Johnni Winther
7 years, 1 month ago (2013-10-30 07:47:17 UTC) #1
karlklose
LGTM, with a few comments about names. https://codereview.chromium.org/48383003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart File sdk/lib/_internal/compiler/implementation/dart_types.dart (right): https://codereview.chromium.org/48383003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart#newcode1267 sdk/lib/_internal/compiler/implementation/dart_types.dart:1267: int isMaybeSubtype(DartType ...
7 years, 1 month ago (2013-10-30 09:47:43 UTC) #2
Johnni Winther
https://codereview.chromium.org/48383003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart File sdk/lib/_internal/compiler/implementation/dart_types.dart (right): https://codereview.chromium.org/48383003/diff/1/sdk/lib/_internal/compiler/implementation/dart_types.dart#newcode1267 sdk/lib/_internal/compiler/implementation/dart_types.dart:1267: int isMaybeSubtype(DartType t, DartType s) { On 2013/10/30 09:47:43, ...
7 years, 1 month ago (2013-10-30 11:19:42 UTC) #3
Johnni Winther
7 years, 1 month ago (2013-10-30 11:27:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r29531 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698