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

Issue 13084013: Handle assignability for Send and SendSet (Closed)

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

Description

Patch Set 1 : #

Patch Set 2 : Debug code removed. #

Total comments: 31

Patch Set 3 : Updated cf. comments. #

Total comments: 1

Patch Set 4 : Rebased #

Patch Set 5 : Fix dart2dart bugs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+912 lines, -150 lines) Patch
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 2 3 4 2 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/typechecker.dart View 1 2 20 chunks +490 lines, -125 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/warnings.dart View 2 chunks +7 lines, -0 lines 0 comments Download
M sdk/lib/io/http_headers.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 2 3 5 chunks +15 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/parser_helper.dart View 1 chunk +9 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/type_checker_test.dart View 1 2 3 8 chunks +372 lines, -13 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Johnni Winther
7 years, 7 months ago (2013-05-16 10:13:33 UTC) #1
karlklose
https://codereview.chromium.org/13084013/diff/11001/sdk/lib/_internal/compiler/implementation/typechecker.dart File sdk/lib/_internal/compiler/implementation/typechecker.dart (right): https://codereview.chromium.org/13084013/diff/11001/sdk/lib/_internal/compiler/implementation/typechecker.dart#newcode342 sdk/lib/_internal/compiler/implementation/typechecker.dart:342: static const METHOD = "method"; Could we move these ...
7 years, 7 months ago (2013-05-17 09:36:53 UTC) #2
Johnni Winther
PTAL https://codereview.chromium.org/13084013/diff/11001/sdk/lib/_internal/compiler/implementation/typechecker.dart File sdk/lib/_internal/compiler/implementation/typechecker.dart (right): https://codereview.chromium.org/13084013/diff/11001/sdk/lib/_internal/compiler/implementation/typechecker.dart#newcode342 sdk/lib/_internal/compiler/implementation/typechecker.dart:342: static const METHOD = "method"; On 2013/05/17 09:36:53, ...
7 years, 7 months ago (2013-05-17 11:46:33 UTC) #3
karlklose
LGTM. https://codereview.chromium.org/13084013/diff/22001/tests/compiler/dart2js/type_checker_test.dart File tests/compiler/dart2js/type_checker_test.dart (right): https://codereview.chromium.org/13084013/diff/22001/tests/compiler/dart2js/type_checker_test.dart#newcode636 tests/compiler/dart2js/type_checker_test.dart:636: // We brevity we misuse the terminology in ...
7 years, 7 months ago (2013-05-17 11:49:44 UTC) #4
Johnni Winther
Committed patchset #3 manually as r22847 (presubmit successful).
7 years, 7 months ago (2013-05-17 12:01:24 UTC) #5
Johnni Winther
PTAL
7 years, 7 months ago (2013-05-21 09:18:23 UTC) #6
karlklose
LGTM. Is there a place where we could assert that the tree-elements are not null?
7 years, 7 months ago (2013-05-21 09:23:41 UTC) #7
Johnni Winther
On 2013/05/21 09:23:41, karlklose wrote: > LGTM. Is there a place where we could assert ...
7 years, 7 months ago (2013-05-21 09:26:32 UTC) #8
Johnni Winther
7 years, 7 months ago (2013-05-21 09:40:44 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r22925 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698