Chromium Code Reviews

Issue 1092153003: Support an @OnPlatform annotation. (Closed)

Created:
5 years, 8 months ago by nweiz
Modified:
5 years, 8 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/test@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 3

Patch Set 2 : add on_platform #

Patch Set 3 : export on_platform #

Patch Set 4 : Code review changes #

Unified diffs Side-by-side diffs Stats (+534 lines, -55 lines)
M CHANGELOG.md View 1 chunk +7 lines, -0 lines 0 comments
M README.md View 1 chunk +35 lines, -0 lines 0 comments
M lib/src/backend/suite.dart View 1 chunk +1 line, -1 line 0 comments
A lib/src/frontend/on_platform.dart View 1 chunk +16 lines, -0 lines 0 comments
M lib/src/runner/loader.dart View 2 chunks +6 lines, -4 lines 0 comments
M lib/src/runner/parse_metadata.dart View 9 chunks +197 lines, -47 lines 0 comments
M lib/src/utils.dart View 1 chunk +17 lines, -0 lines 0 comments
M lib/test.dart View 1 chunk +1 line, -0 lines 0 comments
M test/backend/metadata_test.dart View 1 chunk +0 lines, -1 line 0 comments
M test/runner/browser/runner_test.dart View 2 chunks +76 lines, -1 line 0 comments
M test/runner/parse_metadata_test.dart View 1 chunk +102 lines, -0 lines 0 comments
M test/runner/runner_test.dart View 2 chunks +76 lines, -1 line 0 comments

Messages

Total messages: 10 (0 generated)
nweiz
5 years, 8 months ago (2015-04-21 03:02:52 UTC) #1
kevmoo
On 2015/04/21 03:02:52, nweiz wrote: Well first: ~/source/github/test.dart/ (cl1092153003)> dartanalyzer lib/src/runner/parse_metadata.dart Analyzing [lib/src/runner/parse_metadata.dart]... [warning] The ...
5 years, 8 months ago (2015-04-21 03:11:40 UTC) #2
nweiz
On 2015/04/21 03:11:40, kevmoo wrote: > On 2015/04/21 03:02:52, nweiz wrote: > > Well first: ...
5 years, 8 months ago (2015-04-21 03:12:31 UTC) #3
kevmoo
pub run test test/runner/browser/runner_test.dart -N 'with an @OnPlat' 00:13 +1 -1: with an @OnPlatform annotation ...
5 years, 8 months ago (2015-04-21 03:16:38 UTC) #4
nweiz
On 2015/04/21 03:16:38, kevmoo wrote: > pub run test test/runner/browser/runner_test.dart -N 'with an @OnPlat' > ...
5 years, 8 months ago (2015-04-21 03:25:18 UTC) #5
kevmoo
On 2015/04/21 03:25:18, nweiz wrote: > On 2015/04/21 03:16:38, kevmoo wrote: > > pub run ...
5 years, 8 months ago (2015-04-21 03:27:58 UTC) #6
kevmoo
LGTM with tiny comments https://codereview.chromium.org/1092153003/diff/1/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/1092153003/diff/1/lib/src/utils.dart#newcode56 lib/src/utils.dart:56: E first; both could be ...
5 years, 8 months ago (2015-04-21 03:48:38 UTC) #7
nweiz
Code review changes
5 years, 8 months ago (2015-04-21 19:51:00 UTC) #8
nweiz
https://codereview.chromium.org/1092153003/diff/1/lib/src/utils.dart File lib/src/utils.dart (right): https://codereview.chromium.org/1092153003/diff/1/lib/src/utils.dart#newcode56 lib/src/utils.dart:56: E first; On 2015/04/21 03:48:38, kevmoo wrote: > both ...
5 years, 8 months ago (2015-04-21 20:01:04 UTC) #9
nweiz
5 years, 8 months ago (2015-04-21 20:01:17 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
3d733df80f5308e3643317c1c0dedc60bc25c173 (presubmit successful).

Powered by Google App Engine