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

Issue 12393039: Add type presentation for function types. (Closed)

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

Description

Add type presentation for function types. Committed: https://code.google.com/p/dart/source/detail?r=19540

Patch Set 1 #

Total comments: 14

Patch Set 2 : Rebased #

Patch Set 3 : Updated cf. comments. #

Patch Set 4 : Status updated. #

Patch Set 5 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -35 lines) Patch
M sdk/lib/_internal/compiler/implementation/dart_types.dart View 3 chunks +14 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 2 4 chunks +122 lines, -32 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A tests/compiler/dart2js/type_representation_test.dart View 1 2 3 1 chunk +135 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 2 3 chunks +40 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Johnni Winther
7 years, 9 months ago (2013-03-04 09:46:29 UTC) #1
ngeoffray
DBC https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart File sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart (right): https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart#newcode273 sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart:273: class TypeRepresentation extends DartTypeVisitor { Maybe find a ...
7 years, 9 months ago (2013-03-04 10:14:06 UTC) #2
karlklose
LGTM. https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart File sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart (right): https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart#newcode248 sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart:248: _getTypeRepresentation(DartType type, String onVariable(variable)) { Remove one space. ...
7 years, 9 months ago (2013-03-04 12:15:55 UTC) #3
Johnni Winther
https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart File sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart (right): https://codereview.chromium.org/12393039/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart#newcode248 sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart:248: _getTypeRepresentation(DartType type, String onVariable(variable)) { On 2013/03/04 12:15:55, karlklose ...
7 years, 9 months ago (2013-03-05 16:24:45 UTC) #4
Johnni Winther
7 years, 9 months ago (2013-03-06 08:52:44 UTC) #5
Message was sent while issue was closed.
Committed patchset #5 manually as r19540 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698