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

Issue 11267046: [dart2dart] fix after https://codereview.chromium.org/11227007 (Closed)

Created:
8 years, 1 month ago by Roman
Modified:
8 years, 1 month ago
Reviewers:
ahe, Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : Rebase after Peter's CL. Fix most of tests. #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+227 lines, -127 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 1 2 chunks +12 lines, -0 lines 0 comments Download
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 10 chunks +74 lines, -108 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 2 5 chunks +56 lines, -2 lines 0 comments Download
M lib/compiler/implementation/tree/unparser.dart View 1 2 chunks +21 lines, -17 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
M tests/language/language.status View 1 2 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ahe
I don't think this looks too bad. But that is because all that bad stuff ...
8 years, 1 month ago (2012-10-26 14:13:49 UTC) #1
Roman
Anton, PTAL. Don't look at test status, I'll update them shortly. https://chromiumcodereview.appspot.com/11267046/diff/1/lib/compiler/implementation/dart_backend/backend.dart File lib/compiler/implementation/dart_backend/backend.dart (right): ...
8 years, 1 month ago (2012-10-29 18:14:12 UTC) #2
Anton Muhin
lgtm if it makes tree green, it might be a good idea to submit, but ...
8 years, 1 month ago (2012-10-29 18:19:22 UTC) #3
Roman
https://chromiumcodereview.appspot.com/11267046/diff/4001/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/11267046/diff/4001/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode353 lib/compiler/implementation/dart_backend/placeholder_collector.dart:353: assert(type !== null); On 2012/10/29 18:19:22, Anton Muhin wrote: ...
8 years, 1 month ago (2012-10-29 18:40:27 UTC) #4
Roman
8 years, 1 month ago (2012-10-29 19:29:48 UTC) #5
I submitted the CL to make the buildbots green. I commented about 40 failing
tests, including all redirecting constructors, I'll fix them soon.
Also in cases when class A is empty and main code calls unresolved constructor
like 'new A.named()' class A does not get into instantiated classes and we don't
emit it.

Anton, Peter, if you have more comments, I'll be happy to address them tomorrow.

Powered by Google App Engine
This is Rietveld 408576698