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

Issue 2941983002: [kernel] Fix loss of supertype arguments. (Closed)

Created:
3 years, 6 months ago by jensj
Modified:
3 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[kernel] Fix loss of supertype arguments. Before this, if a generic class was instantiated with only dynamic, TypeArgument::null would be used as the type argument, ignoring types from the super. Now it only returns TypeArguments::null if the class directly gives all type arguments (and they are all dynamic). Fixes #29537 BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/29036d398b0523ace72cb8f89f781a58c0a63aa2

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -15 lines) Patch
M runtime/vm/kernel_binary_flowgraph.cc View 4 chunks +10 lines, -5 lines 2 comments Download
M tests/language/language_kernel.status View 2 chunks +0 lines, -9 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (2 generated)
jensj
3 years, 6 months ago (2017-06-15 09:46:59 UTC) #2
Kevin Millikin (Google)
LGTM. https://codereview.chromium.org/2941983002/diff/1/runtime/vm/kernel_binary_flowgraph.cc File runtime/vm/kernel_binary_flowgraph.cc (right): https://codereview.chromium.org/2941983002/diff/1/runtime/vm/kernel_binary_flowgraph.cc#newcode1687 runtime/vm/kernel_binary_flowgraph.cc:1687: if (builder_->ReadTag() != kDynamicType) { // read ith ...
3 years, 6 months ago (2017-06-21 06:43:42 UTC) #3
jensj
3 years, 6 months ago (2017-06-21 08:22:47 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
29036d398b0523ace72cb8f89f781a58c0a63aa2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698