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

Issue 23601018: Fix ParameterMirror.toString and FunctionTypeMirror.toString. (Closed)

Created:
7 years, 3 months ago by rmacnak
Modified:
7 years, 3 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Michael Lippautz (Google)
Visibility:
Public.

Description

VM: Make ParameterMirror.toString say it is a parameter mirror. VM: Make FunctionTypeMirror.toString use the form (args) -> retval. dart2js: Fix FunctionTypeMirror.toString's use of separators. BUG=http://dartbug.com/13079 R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=27213

Patch Set 1 : #

Total comments: 6

Patch Set 2 : address long lines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -23 lines) Patch
M runtime/lib/mirrors_impl.dart View 2 chunks +22 lines, -7 lines 0 comments Download
M sdk/lib/_internal/lib/js_mirrors.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/mirrors/typedef_test.dart View 1 4 chunks +56 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rmacnak
7 years, 3 months ago (2013-09-05 20:40:02 UTC) #1
ahe
LGTM thanks! https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart#newcode1509 sdk/lib/_internal/lib/js_mirrors.dart:1509: s += sep; I was really tired ...
7 years, 3 months ago (2013-09-05 20:43:39 UTC) #2
Michael Lippautz (Google)
https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart#newcode1509 sdk/lib/_internal/lib/js_mirrors.dart:1509: s += sep; On 2013/09/05 20:43:39, ahe wrote: > ...
7 years, 3 months ago (2013-09-05 20:49:13 UTC) #3
rmacnak
https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/23601018/diff/9001/sdk/lib/_internal/lib/js_mirrors.dart#newcode1509 sdk/lib/_internal/lib/js_mirrors.dart:1509: s += sep; On 2013/09/05 20:43:39, ahe wrote: > ...
7 years, 3 months ago (2013-09-05 20:55:49 UTC) #4
rmacnak
7 years, 3 months ago (2013-09-05 20:57:27 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r27213 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698