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

Issue 169913004: Adding package:smoke. This CL includes the intial APIs, a mirror-based (Closed)

Created:
6 years, 10 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 10 months ago
CC:
reviews_dartlang.org, ahe, blois
Visibility:
Public.

Description

Adding package:smoke. This CL includes the intial APIs, a mirror-based implementation, a static-based implementation (meant to be used with codegen one day), and tests. R=jmesserly@google.com Committed: https://code.google.com/p/dart/source/detail?r=32878

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1546 lines, -6 lines) Patch
A + pkg/smoke/AUTHORS View 0 chunks +-1 lines, --1 lines 0 comments Download
A pkg/smoke/CHANGELOG.md View 1 chunk +6 lines, -0 lines 0 comments Download
A + pkg/smoke/LICENSE View 1 chunk +1 line, -1 line 0 comments Download
A + pkg/smoke/PATENTS View 0 chunks +-1 lines, --1 lines 0 comments Download
A pkg/smoke/README.md View 1 2 3 1 chunk +37 lines, -0 lines 0 comments Download
A pkg/smoke/lib/mirrors.dart View 1 2 3 1 chunk +311 lines, -0 lines 0 comments Download
A pkg/smoke/lib/smoke.dart View 1 chunk +199 lines, -0 lines 0 comments Download
A pkg/smoke/lib/src/common.dart View 1 chunk +71 lines, -0 lines 0 comments Download
A pkg/smoke/lib/src/default_transformer.dart View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A pkg/smoke/lib/src/implementation.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A pkg/smoke/lib/static.dart View 1 2 3 4 1 chunk +211 lines, -0 lines 0 comments Download
A pkg/smoke/pubspec.yaml View 1 chunk +15 lines, -0 lines 0 comments Download
A pkg/smoke/test/args_test.dart View 1 chunk +160 lines, -0 lines 0 comments Download
A pkg/smoke/test/common.dart View 1 chunk +333 lines, -0 lines 0 comments Download
A + pkg/smoke/test/mirrors_test.dart View 1 chunk +6 lines, -7 lines 0 comments Download
A pkg/smoke/test/mirrors_used_test.dart View 1 1 chunk +21 lines, -0 lines 0 comments Download
A pkg/smoke/test/static_test.dart View 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Siggi Cherem (dart-lang)
https://codereview.chromium.org/169913004/diff/30001/pkg/smoke/lib/smoke.dart File pkg/smoke/lib/smoke.dart (right): https://codereview.chromium.org/169913004/diff/30001/pkg/smoke/lib/smoke.dart#newcode155 pkg/smoke/lib/smoke.dart:155: abstract class ObjectAccessorService { FYI - I am not ...
6 years, 10 months ago (2014-02-20 04:54:36 UTC) #1
Jennifer Messerly
LGTM. Where G stands for Grawesome! https://codereview.chromium.org/169913004/diff/30001/pkg/smoke/lib/smoke.dart File pkg/smoke/lib/smoke.dart (right): https://codereview.chromium.org/169913004/diff/30001/pkg/smoke/lib/smoke.dart#newcode155 pkg/smoke/lib/smoke.dart:155: abstract class ObjectAccessorService ...
6 years, 10 months ago (2014-02-20 21:24:47 UTC) #2
Siggi Cherem (dart-lang)
Thanks John! QQ: about logging vs printing. PTAL if you agree with how now I'm ...
6 years, 10 months ago (2014-02-20 22:19:47 UTC) #3
Jennifer Messerly
yeah, hmm, that's a tricky one. I wish logged warnings showed up by default in ...
6 years, 10 months ago (2014-02-20 23:24:36 UTC) #4
Siggi Cherem (dart-lang)
thanks! https://codereview.chromium.org/169913004/diff/250001/pkg/smoke/lib/static.dart File pkg/smoke/lib/static.dart (right): https://codereview.chromium.org/169913004/diff/250001/pkg/smoke/lib/static.dart#newcode107 pkg/smoke/lib/static.dart:107: if (tentativeError != null) print(tentativeError); On 2014/02/20 23:24:37, ...
6 years, 10 months ago (2014-02-21 01:51:24 UTC) #5
Jennifer Messerly
https://codereview.chromium.org/169913004/diff/250001/pkg/smoke/lib/static.dart File pkg/smoke/lib/static.dart (right): https://codereview.chromium.org/169913004/diff/250001/pkg/smoke/lib/static.dart#newcode107 pkg/smoke/lib/static.dart:107: if (tentativeError != null) print(tentativeError); On 2014/02/21 01:51:24, Siggi ...
6 years, 10 months ago (2014-02-21 01:52:14 UTC) #6
Siggi Cherem (dart-lang)
6 years, 10 months ago (2014-02-21 03:11:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as r32878 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698