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

Issue 21281002: Hoist .simpleName and .qualifiedName up to _LocalDeclarationMirrorImpl. (Closed)

Created:
7 years, 4 months ago by Michael Lippautz (Google)
Modified:
7 years, 4 months ago
Reviewers:
rmacnak, siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Hoist .simpleName and .qualifiedName up to _LocalDeclarationMirrorImpl. Current tests already cover this change. BUG= R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25647

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -78 lines) Patch
M runtime/lib/mirrors.cc View 2 chunks +9 lines, -15 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 1 7 chunks +23 lines, -62 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Michael Lippautz (Google)
LibraryMirror and ClassMirror do not inherit from _LocalDeclarationMirror, hence they don't profit from this, yet.
7 years, 4 months ago (2013-07-30 18:47:07 UTC) #1
rmacnak
https://chromiumcodereview.appspot.com/21281002/diff/1/runtime/lib/mirrors_impl.dart File runtime/lib/mirrors_impl.dart (right): https://chromiumcodereview.appspot.com/21281002/diff/1/runtime/lib/mirrors_impl.dart#newcode664 runtime/lib/mirrors_impl.dart:664: Symbol get simpleName => _simpleName; If the getter just ...
7 years, 4 months ago (2013-07-30 19:48:37 UTC) #2
Michael Lippautz (Google)
https://chromiumcodereview.appspot.com/21281002/diff/1/runtime/lib/mirrors_impl.dart File runtime/lib/mirrors_impl.dart (right): https://chromiumcodereview.appspot.com/21281002/diff/1/runtime/lib/mirrors_impl.dart#newcode664 runtime/lib/mirrors_impl.dart:664: Symbol get simpleName => _simpleName; On 2013/07/30 19:48:37, Ryan ...
7 years, 4 months ago (2013-07-30 19:58:18 UTC) #3
siva
lgtm
7 years, 4 months ago (2013-07-30 20:52:25 UTC) #4
Michael Lippautz (Google)
7 years, 4 months ago (2013-07-30 22:22:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r25647 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698