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

Issue 10837343: Unify private names treatment. (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

Unify private names treatment. This change actually revealed a couple of problems we had. I am planning to switch to even more unified treatment of privates and force renames at visitIdentifier level. R=smok@google.com Committed: https://code.google.com/p/dart/source/detail?r=11027

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -15 lines) Patch
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 chunks +5 lines, -4 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 4 chunks +6 lines, -11 lines 0 comments Download
M tests/language/language.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 4 months ago (2012-08-20 18:50:38 UTC) #1
Roman
https://chromiumcodereview.appspot.com/10837343/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart File lib/compiler/implementation/dart_backend/placeholder_collector.dart (right): https://chromiumcodereview.appspot.com/10837343/diff/1/lib/compiler/implementation/dart_backend/placeholder_collector.dart#newcode37 lib/compiler/implementation/dart_backend/placeholder_collector.dart:37: if (element === null || element.isMember()) { We didn't ...
8 years, 4 months ago (2012-08-21 07:34:17 UTC) #2
Roman
8 years, 4 months ago (2012-08-21 09:50:01 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698