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

Issue 10826083: Properly rename new <class>.<factory> expressions. (Closed)

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

Description

Properly rename new <class>.<factory> expressions. R=smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=10059

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -7 lines) Patch
M lib/compiler/implementation/dart_backend/renamer.dart View 1 chunk +2 lines, -5 lines 2 comments Download
M tests/language/language.status View 3 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-07-31 14:20:34 UTC) #1
Roman
lgtm https://chromiumcodereview.appspot.com/10826083/diff/1/lib/compiler/implementation/dart_backend/renamer.dart File lib/compiler/implementation/dart_backend/renamer.dart (right): https://chromiumcodereview.appspot.com/10826083/diff/1/lib/compiler/implementation/dart_backend/renamer.dart#newcode38 lib/compiler/implementation/dart_backend/renamer.dart:38: } else if ((element.isGenerativeConstructor() || element.isFactoryConstructor()) >80 chars
8 years, 4 months ago (2012-07-31 14:28:39 UTC) #2
Anton Muhin
8 years, 4 months ago (2012-07-31 15:05:04 UTC) #3
https://chromiumcodereview.appspot.com/10826083/diff/1/lib/compiler/implement...
File lib/compiler/implementation/dart_backend/renamer.dart (right):

https://chromiumcodereview.appspot.com/10826083/diff/1/lib/compiler/implement...
lib/compiler/implementation/dart_backend/renamer.dart:38: } else if
((element.isGenerativeConstructor() || element.isFactoryConstructor())
On 2012/07/31 14:28:39, Roman wrote:
> >80 chars

Done.

Powered by Google App Engine
This is Rietveld 408576698