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

Issue 62273003: Use the runtime for generic subsitution of variable types, return types, parameter types. (Closed)

Created:
7 years, 1 month ago by rmacnak
Modified:
7 years, 1 month ago
Reviewers:
regis, gbracha, ahe
CC:
reviews_dartlang.org, vm-dev_dartlang.org, zarah
Visibility:
Public.

Description

Use the runtime for generic subsitution of variable types, return types, parameter types. BUG=http://dartbug.com/14613 BUG=http://dartbug.com/14156 R=gbracha@google.com, regis@google.com Committed: https://code.google.com/p/dart/source/detail?r=30120

Patch Set 1 : #

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -87 lines) Patch
M runtime/lib/mirrors.cc View 1 2 5 chunks +23 lines, -29 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 2 12 chunks +30 lines, -50 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 chunks +6 lines, -2 lines 0 comments Download
A tests/lib/mirrors/generic_local_function_test.dart View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A tests/lib/mirrors/generics_double_substitution_test.dart View 1 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc#newcode1911 runtime/lib/mirrors.cc:1911: if (instantiator.IsNull()) { Null in the case the method ...
7 years, 1 month ago (2013-11-06 18:40:32 UTC) #1
gbracha
tests lgtm
7 years, 1 month ago (2013-11-06 18:44:02 UTC) #2
regis
https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc#newcode1911 runtime/lib/mirrors.cc:1911: if (instantiator.IsNull()) { You could have a null instantiator, ...
7 years, 1 month ago (2013-11-06 19:06:07 UTC) #3
rmacnak
https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/62273003/diff/60001/runtime/lib/mirrors.cc#newcode1911 runtime/lib/mirrors.cc:1911: if (instantiator.IsNull()) { On 2013/11/06 19:06:07, regis wrote: > ...
7 years, 1 month ago (2013-11-07 19:56:00 UTC) #4
regis
LGTM
7 years, 1 month ago (2013-11-08 16:46:38 UTC) #5
rmacnak
Committed patchset #4 manually as r30120 (presubmit successful).
7 years, 1 month ago (2013-11-08 17:55:08 UTC) #6
ahe
7 years, 1 month ago (2013-11-11 10:27:02 UTC) #7
Message was sent while issue was closed.
Tests LGTM!

Powered by Google App Engine
This is Rietveld 408576698