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

Issue 1181993003: Add support for getters, setters and constructors in declarations of classMirrors. (Closed)

Created:
5 years, 6 months ago by sigurdm
Modified:
5 years, 6 months ago
Reviewers:
eernst
CC:
eernst+reviews_google.com, reviews_dartlang.org
Base URL:
https://github.com/dart-lang/reflectable.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add support for getters, setters and constructors in declarations of classMirrors. BUG= R=eernst@google.com Committed: https://github.com/dart-lang/reflectable/commit/d4aef84ebb7b84ed627e1339ca74e6a51173916e

Patch Set 1 #

Total comments: 12

Patch Set 2 : Rebase #

Patch Set 3 : Reintroduce abstract members in declarations #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -38 lines) Patch
M reflectable/lib/mirrors.dart View 1 chunk +1 line, -0 lines 0 comments Download
M reflectable/lib/src/encoding_constants.dart View 1 2 1 chunk +13 lines, -12 lines 0 comments Download
M reflectable/lib/src/mirrors_unimpl.dart View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M reflectable/lib/src/transformer_implementation.dart View 1 2 7 chunks +49 lines, -13 lines 0 comments Download
M test_reflectable/.status View 1 chunk +2 lines, -0 lines 0 comments Download
M test_reflectable/pubspec.yaml View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test_reflectable/test/declarations_test.dart View 1 2 1 chunk +133 lines, -8 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
sigurdm
5 years, 6 months ago (2015-06-12 08:54:20 UTC) #2
eernst
Some comments about keeping abstract members in view after all, otherwise LGTM. https://codereview.chromium.org/1181993003/diff/1/reflectable/lib/src/mirrors_unimpl.dart File reflectable/lib/src/mirrors_unimpl.dart ...
5 years, 6 months ago (2015-06-18 10:07:19 UTC) #3
sigurdm
https://codereview.chromium.org/1181993003/diff/1/reflectable/lib/src/mirrors_unimpl.dart File reflectable/lib/src/mirrors_unimpl.dart (right): https://codereview.chromium.org/1181993003/diff/1/reflectable/lib/src/mirrors_unimpl.dart#newcode149 reflectable/lib/src/mirrors_unimpl.dart:149: // We do not support reflection on abstract methods. ...
5 years, 6 months ago (2015-06-18 11:04:03 UTC) #4
sigurdm
5 years, 6 months ago (2015-06-18 11:11:00 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
d4aef84ebb7b84ed627e1339ca74e6a51173916e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698