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

Issue 299973002: Add LineScanner and SpanScanner classes to string_scanner. (Closed)

Created:
6 years, 7 months ago by nweiz
Modified:
6 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add LineScanner and SpanScanner classes to string_scanner. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=36815

Patch Set 1 #

Patch Set 2 : analyzer fixes #

Total comments: 23

Patch Set 3 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+578 lines, -362 lines) Patch
A pkg/string_scanner/CHANGELOG.md View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A pkg/string_scanner/lib/src/exception.dart View 1 1 chunk +37 lines, -0 lines 0 comments Download
A pkg/string_scanner/lib/src/line_scanner.dart View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A pkg/string_scanner/lib/src/span_scanner.dart View 1 1 chunk +95 lines, -0 lines 0 comments Download
A + pkg/string_scanner/lib/src/string_scanner.dart View 1 2 4 chunks +45 lines, -46 lines 0 comments Download
A pkg/string_scanner/lib/src/utils.dart View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M pkg/string_scanner/lib/string_scanner.dart View 1 chunk +4 lines, -162 lines 0 comments Download
M pkg/string_scanner/pubspec.yaml View 1 chunk +4 lines, -1 line 0 comments Download
M pkg/string_scanner/test/error_test.dart View 1 2 7 chunks +24 lines, -46 lines 0 comments Download
D pkg/string_scanner/test/expect_error_test.dart View 1 chunk +0 lines, -104 lines 0 comments Download
A pkg/string_scanner/test/line_scanner_test.dart View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A pkg/string_scanner/test/span_scanner_test.dart View 1 chunk +60 lines, -0 lines 0 comments Download
M pkg/string_scanner/test/string_scanner_test.dart View 3 chunks +42 lines, -0 lines 0 comments Download
M pkg/string_scanner/test/utils.dart View 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
nweiz
6 years, 7 months ago (2014-05-24 00:07:12 UTC) #1
Bob Nystrom
https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/CHANGELOG.md File pkg/string_scanner/CHANGELOG.md (right): https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/CHANGELOG.md#newcode3 pkg/string_scanner/CHANGELOG.md:3: * `new StringScanner` now takes an optional `sourceUrl` argument ...
6 years, 6 months ago (2014-05-28 21:28:57 UTC) #2
nweiz
https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/CHANGELOG.md File pkg/string_scanner/CHANGELOG.md (right): https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/CHANGELOG.md#newcode3 pkg/string_scanner/CHANGELOG.md:3: * `new StringScanner` now takes an optional `sourceUrl` argument ...
6 years, 6 months ago (2014-05-28 23:56:34 UTC) #3
Bob Nystrom
https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/lib/src/exception.dart File pkg/string_scanner/lib/src/exception.dart (right): https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/lib/src/exception.dart#newcode32 pkg/string_scanner/lib/src/exception.dart:32: String toString({bool useColors: false, String color}) { On 2014/05/28 ...
6 years, 6 months ago (2014-05-29 15:50:59 UTC) #4
nweiz
https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/lib/src/exception.dart File pkg/string_scanner/lib/src/exception.dart (right): https://codereview.chromium.org/299973002/diff/20001/pkg/string_scanner/lib/src/exception.dart#newcode32 pkg/string_scanner/lib/src/exception.dart:32: String toString({bool useColors: false, String color}) { On 2014/05/29 ...
6 years, 6 months ago (2014-05-29 20:06:26 UTC) #5
Bob Nystrom
OK, LGTM!
6 years, 6 months ago (2014-05-29 23:55:00 UTC) #6
nweiz
6 years, 6 months ago (2014-05-30 00:52:48 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r36815 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698