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

Issue 27064004: Support reflection on recursive upper bounds of type variables. (Closed)

Created:
7 years, 2 months ago by zarah
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support reflection on recursive upper bounds of type variables. R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=28991

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed comments and added more tests. #

Total comments: 6

Patch Set 3 : Added test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -41 lines) Patch
M sdk/lib/_internal/lib/js_mirrors.dart View 1 2 2 chunks +32 lines, -23 lines 0 comments Download
M sdk/lib/_internal/lib/js_rti.dart View 1 1 chunk +2 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M tests/lib/mirrors/class_mirror_type_variables_test.dart View 1 2 3 chunks +73 lines, -12 lines 0 comments Download
M tests/lib/mirrors/generic_f_bounded_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
zarah
7 years, 2 months ago (2013-10-14 11:01:16 UTC) #1
ahe
https://codereview.chromium.org/27064004/diff/1/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/27064004/diff/1/sdk/lib/_internal/lib/js_mirrors.dart#newcode186 sdk/lib/_internal/lib/js_mirrors.dart:186: int bound; Needs to be private, I think. https://codereview.chromium.org/27064004/diff/1/sdk/lib/_internal/lib/js_mirrors.dart#newcode189 ...
7 years, 2 months ago (2013-10-14 13:43:57 UTC) #2
zarah
PTAL. https://codereview.chromium.org/27064004/diff/1/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/27064004/diff/1/sdk/lib/_internal/lib/js_mirrors.dart#newcode186 sdk/lib/_internal/lib/js_mirrors.dart:186: int bound; On 2013/10/14 13:43:58, ahe wrote: > ...
7 years, 2 months ago (2013-10-21 07:25:55 UTC) #3
zarah
7 years, 2 months ago (2013-10-21 10:45:34 UTC) #4
Johnni Winther
lgtm https://codereview.chromium.org/27064004/diff/6001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/27064004/diff/6001/sdk/lib/_internal/lib/js_mirrors.dart#newcode846 sdk/lib/_internal/lib/js_mirrors.dart:846: result.add(reflectClassByMangledName(typeArg.trim())); Is it really necessary to trim? Doesn't ...
7 years, 2 months ago (2013-10-22 06:54:16 UTC) #5
zarah
https://codereview.chromium.org/27064004/diff/6001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/27064004/diff/6001/sdk/lib/_internal/lib/js_mirrors.dart#newcode846 sdk/lib/_internal/lib/js_mirrors.dart:846: result.add(reflectClassByMangledName(typeArg.trim())); On 2013/10/22 06:54:16, Johnni Winther wrote: > Is ...
7 years, 2 months ago (2013-10-22 09:03:24 UTC) #6
zarah
7 years, 2 months ago (2013-10-22 10:20:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r28991 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698