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

Issue 10828390: dart2dart Fix factory for interfaces renames (Closed)

Created:
8 years, 4 months ago by Roman
Modified:
8 years, 4 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart2dart Fix factory for interfaces renames Committed: https://code.google.com/p/dart/source/detail?r=11033

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -7 lines) Patch
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 3 4 2 chunks +30 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 2 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Roman
8 years, 4 months ago (2012-08-20 16:30:22 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode146 lib/compiler/implementation/dart_backend/placeholder_collector.dart:146: if (factoryName.token.slowToString() SourceString's are comparable https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode146 lib/compiler/implementation/dart_backend/placeholder_collector.dart:146: if (factoryName.token.slowToString() ...
8 years, 4 months ago (2012-08-20 18:43:34 UTC) #2
Roman
https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode146 lib/compiler/implementation/dart_backend/placeholder_collector.dart:146: if (factoryName.token.slowToString() On 2012/08/20 18:43:34, Anton Muhin wrote: > ...
8 years, 4 months ago (2012-08-21 08:31:20 UTC) #3
Anton Muhin
https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode134 lib/compiler/implementation/dart_backend/placeholder_collector.dart:134: // interface I { I();} interface I default C ...
8 years, 4 months ago (2012-08-21 09:06:35 UTC) #4
Roman
https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode134 lib/compiler/implementation/dart_backend/placeholder_collector.dart:134: // interface I { I();} On 2012/08/21 09:06:35, Anton ...
8 years, 4 months ago (2012-08-21 09:18:40 UTC) #5
Roman
PTAL
8 years, 4 months ago (2012-08-21 11:15:11 UTC) #6
Anton Muhin
lgtm https://chromiumcodereview.appspot.com/10828390/diff/10001/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/10001/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode108 lib/compiler/implementation/dart_backend/placeholder_collector.dart:108: void renameConstructorName(Node nameNode, ClassElement element) { rename/name sounds ...
8 years, 4 months ago (2012-08-21 11:18:42 UTC) #7
Roman
https://chromiumcodereview.appspot.com/10828390/diff/10001/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10828390/diff/10001/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode108 lib/compiler/implementation/dart_backend/placeholder_collector.dart:108: void renameConstructorName(Node nameNode, ClassElement element) { On 2012/08/21 11:18:42, ...
8 years, 4 months ago (2012-08-21 11:23:40 UTC) #8
Anton Muhin
8 years, 4 months ago (2012-08-21 11:28:28 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698