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 22859016: Fix problem that caused anonymous mixin applications to be named "null". (Closed)

Created:
7 years, 4 months ago by ahe
Modified:
7 years, 3 months ago
Reviewers:
karlklose, ngeoffray
CC:
reviews_dartlang.org, zarah, rmacnak, Michael Lippautz (Google)
Visibility:
Public.

Description

Fix problem that caused anonymous mixin applications to be named "null". BUG=http://dartbug.com/12464 R=ngeoffray@google.com Committed: https://code.google.com/p/dart/source/detail?r=27073

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 chunk +2 lines, -2 lines 2 comments Download
M dart/tests/lib/mirrors/mixin_members_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M dart/tests/lib/mirrors/mixin_test.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
ahe
7 years, 4 months ago (2013-08-15 17:41:37 UTC) #1
ngeoffray
LGTM https://codereview.chromium.org/22859016/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/22859016/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1989 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1989: String reflectionName = getReflectionName(classElement, className); The previous version ...
7 years, 4 months ago (2013-08-16 07:28:34 UTC) #2
ahe
Thank you, Nicolas! https://codereview.chromium.org/22859016/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/22859016/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode1989 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1989: String reflectionName = getReflectionName(classElement, className); On ...
7 years, 4 months ago (2013-08-16 08:32:29 UTC) #3
ahe
7 years, 3 months ago (2013-09-03 18:35:13 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r27073 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698