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

Issue 23452038: Check cycles in redirecting factories. (Closed)

Created:
7 years, 3 months ago by karlklose
Modified:
7 years, 3 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Check cycles in redirecting factories. BUG=dartubg.com/10959 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=27645

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -35 lines) Patch
M sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 1 2 3 1 chunk +6 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 1 chunk +14 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 1 chunk +27 lines, -12 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/warnings.dart View 1 2 chunks +13 lines, -3 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A tests/language/factory_redirection3_cyclic_test.dart View 1 chunk +25 lines, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
karlklose
7 years, 3 months ago (2013-09-18 10:52:15 UTC) #1
ngeoffray
https://codereview.chromium.org/23452038/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/23452038/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1286 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1286: : defaultImplementation; This looks weird. Depending on the current ...
7 years, 3 months ago (2013-09-18 11:19:23 UTC) #2
karlklose
PTAL. https://codereview.chromium.org/23452038/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/23452038/diff/1/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1286 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1286: : defaultImplementation; Actually I can decide which of ...
7 years, 3 months ago (2013-09-18 12:30:38 UTC) #3
ngeoffray
LGTM https://codereview.chromium.org/23452038/diff/10001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart File sdk/lib/_internal/compiler/implementation/elements/modelx.dart (right): https://codereview.chromium.org/23452038/diff/10001/sdk/lib/_internal/compiler/implementation/elements/modelx.dart#newcode1296 sdk/lib/_internal/compiler/implementation/elements/modelx.dart:1296: : defaultImplementation; Please return null instead of defaultImplementation. ...
7 years, 3 months ago (2013-09-18 12:52:07 UTC) #4
karlklose
7 years, 3 months ago (2013-09-19 08:17:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r27645 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698