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

Issue 422573004: Fix type-checks for reflective redirection constructors. (Closed)

Created:
6 years, 5 months ago by floitsch
Modified:
6 years, 4 months ago
Reviewers:
Johnni Winther, ahe
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Fix type-checks for reflective redirection constructors. R=ahe@google.com, johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=39058

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase #

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -3 lines) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 1 chunk +19 lines, -3 lines 0 comments Download
M tests/lib/lib.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A tests/lib/mirrors/redirecting_factory_different_type_test.dart View 1 2 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
floitsch
6 years, 5 months ago (2014-07-25 21:44:42 UTC) #1
ahe
LGTM! https://codereview.chromium.org/422573004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/422573004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode2183 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:2183: // Redirection factories must not check their argument ...
6 years, 5 months ago (2014-07-27 09:43:31 UTC) #2
Johnni Winther
lgtm https://codereview.chromium.org/422573004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/422573004/diff/1/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode2183 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:2183: // Redirection factories must not check their argument ...
6 years, 4 months ago (2014-08-04 06:58:03 UTC) #3
floitsch
https://codereview.chromium.org/422573004/diff/1/tests/lib/mirrors/redirecting_factory_different_type_test.dart File tests/lib/mirrors/redirecting_factory_different_type_test.dart (right): https://codereview.chromium.org/422573004/diff/1/tests/lib/mirrors/redirecting_factory_different_type_test.dart#newcode13 tests/lib/mirrors/redirecting_factory_different_type_test.dart:13: factory A(String x) = B; On 2014/07/27 09:43:31, ahe ...
6 years, 4 months ago (2014-08-08 22:46:36 UTC) #4
floitsch
6 years, 4 months ago (2014-08-08 22:46:46 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r39058 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698