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

Issue 986973006: Add a utility function to parse annotations in a test file. (Closed)

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

Description

Add a utility function to parse annotations in a test file. See #6 R=rnystrom@google.com, kevmoo@google.com Committed: https://github.com/dart-lang/unittest/commit/c5c1e7ea5551fca9dcbecaf53577d58ce84077fd

Patch Set 1 #

Patch Set 2 : Fix prefix/constructor name logic. #

Patch Set 3 : Fix test name. #

Total comments: 5

Patch Set 4 : Code review changes #

Total comments: 2

Patch Set 5 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+190 lines, -0 lines) Patch
M lib/src/util/dart.dart View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
A test/util/parse_annotations_test.dart View 1 2 3 4 1 chunk +178 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (1 generated)
nweiz
5 years, 9 months ago (2015-03-10 00:14:58 UTC) #1
nweiz
Resending to Bob since Kevin's on vacation.
5 years, 9 months ago (2015-03-10 22:05:02 UTC) #3
Bob Nystrom
https://codereview.chromium.org/986973006/diff/40001/lib/src/util/dart.dart File lib/src/util/dart.dart (right): https://codereview.chromium.org/986973006/diff/40001/lib/src/util/dart.dart#newcode101 lib/src/util/dart.dart:101: // TODO(nweiz): Avoid scanning the entire file when issue ...
5 years, 9 months ago (2015-03-11 19:27:17 UTC) #4
nweiz
Code review changes
5 years, 9 months ago (2015-03-12 19:24:33 UTC) #5
nweiz
https://codereview.chromium.org/986973006/diff/40001/lib/src/util/dart.dart File lib/src/util/dart.dart (right): https://codereview.chromium.org/986973006/diff/40001/lib/src/util/dart.dart#newcode101 lib/src/util/dart.dart:101: // TODO(nweiz): Avoid scanning the entire file when issue ...
5 years, 9 months ago (2015-03-12 19:24:37 UTC) #6
Bob Nystrom
https://codereview.chromium.org/986973006/diff/60001/lib/src/util/dart.dart File lib/src/util/dart.dart (right): https://codereview.chromium.org/986973006/diff/60001/lib/src/util/dart.dart#newcode82 lib/src/util/dart.dart:82: return directives.first.metadata; How does this handle an empty file? ...
5 years, 9 months ago (2015-03-12 19:37:40 UTC) #7
nweiz
Code review changes
5 years, 9 months ago (2015-03-12 19:52:08 UTC) #8
nweiz
https://codereview.chromium.org/986973006/diff/60001/lib/src/util/dart.dart File lib/src/util/dart.dart (right): https://codereview.chromium.org/986973006/diff/60001/lib/src/util/dart.dart#newcode82 lib/src/util/dart.dart:82: return directives.first.metadata; On 2015/03/12 19:37:40, Bob Nystrom wrote: > ...
5 years, 9 months ago (2015-03-12 19:52:13 UTC) #9
Bob Nystrom
lgtm
5 years, 9 months ago (2015-03-12 20:14:15 UTC) #10
nweiz
5 years, 9 months ago (2015-03-12 20:17:03 UTC) #11
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
c5c1e7ea5551fca9dcbecaf53577d58ce84077fd (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698