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

Issue 9621001: Fix private member name mangling. (Closed)

Created:
8 years, 9 months ago by kasperl
Modified:
8 years, 9 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix private member name mangling. Make sure to make all private member names unique (not just the first one) by possibly giving them a library prefix. R=ngeoffray@google.com BUG=http://dartbug.com/1700 TEST=

Patch Set 1 #

Patch Set 2 : Update minfrog. #

Patch Set 3 : Improve private names. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -39 lines) Patch
M frog/library.dart View 1 2 1 chunk +32 lines, -16 lines 0 comments Download
M frog/member_set.dart View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M frog/minfrog View 1 2 5 chunks +38 lines, -22 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
kasperl
8 years, 9 months ago (2012-03-07 12:29:25 UTC) #1
ngeoffray
LGTM! Maybe also include Siggi's repro in the CL.
8 years, 9 months ago (2012-03-07 12:48:28 UTC) #2
kasperl
PTAL. I had to make sure to make all the members in the MemberSet have ...
8 years, 9 months ago (2012-03-07 14:23:11 UTC) #3
ngeoffray
8 years, 9 months ago (2012-03-07 20:34:15 UTC) #4
Still LGTM

Powered by Google App Engine
This is Rietveld 408576698