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

Issue 1008483003: Add a function to parse metadata into a usable object. (Closed)

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

Description

Add a function to parse metadata into a usable object. See #6 R=rnystrom@google.com Committed: https://github.com/dart-lang/unittest/commit/b868624b373f25140abbfeea940013214e462bfc

Patch Set 1 #

Total comments: 6

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+239 lines, -189 lines) Patch
A lib/src/backend/metadata.dart View 1 chunk +16 lines, -0 lines 0 comments Download
A lib/src/frontend/test_on.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A lib/src/runner/parse_metadata.dart View 1 1 chunk +110 lines, -0 lines 0 comments Download
M lib/src/util/dart.dart View 1 1 chunk +0 lines, -10 lines 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -0 lines 0 comments Download
M test/runner/loader_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A test/runner/parse_metadata_test.dart View 1 1 chunk +94 lines, -0 lines 0 comments Download
D test/util/parse_annotations_test.dart View 1 1 chunk +0 lines, -178 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
nweiz
5 years, 9 months ago (2015-03-12 20:18:54 UTC) #1
Bob Nystrom
https://codereview.chromium.org/1008483003/diff/1/lib/src/backend/metadata.dart File lib/src/backend/metadata.dart (right): https://codereview.chromium.org/1008483003/diff/1/lib/src/backend/metadata.dart#newcode13 lib/src/backend/metadata.dart:13: final String testOn; Why is this a String and ...
5 years, 9 months ago (2015-03-12 21:03:21 UTC) #2
nweiz
Code review changes
5 years, 9 months ago (2015-03-12 23:39:39 UTC) #3
nweiz
I got rid of parse_annotations_test, since the code it was testing got rolled into parseMetadata ...
5 years, 9 months ago (2015-03-12 23:40:22 UTC) #4
Bob Nystrom
lgtm
5 years, 9 months ago (2015-03-13 16:56:43 UTC) #5
nweiz
5 years, 9 months ago (2015-03-24 00:50:53 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b868624b373f25140abbfeea940013214e462bfc (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698