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

Issue 1028813002: Introduce span with line context (Closed)

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

Description

Patch Set 1 : #

Total comments: 19

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -52 lines) Patch
M CHANGELOG.md View 1 chunk +5 lines, -0 lines 0 comments Download
M lib/source_span.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M lib/src/file.dart View 1 2 3 4 chunks +8 lines, -38 lines 0 comments Download
M lib/src/span_mixin.dart View 1 2 3 2 chunks +39 lines, -6 lines 0 comments Download
A lib/src/span_with_context.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
M pubspec.yaml View 2 chunks +2 lines, -3 lines 0 comments Download
M test/span_test.dart View 1 2 3 2 chunks +68 lines, -4 lines 0 comments Download
M test/utils_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
Siggi Cherem (dart-lang)
For background: I'd like to serialize spans that contain the full line information without having ...
5 years, 9 months ago (2015-03-21 00:19:59 UTC) #3
nweiz
https://codereview.chromium.org/1028813002/diff/20001/lib/src/file.dart File lib/src/file.dart (right): https://codereview.chromium.org/1028813002/diff/20001/lib/src/file.dart#newcode266 lib/src/file.dart:266: String get contextLine { Nit: put getters above the ...
5 years, 9 months ago (2015-03-24 23:01:18 UTC) #4
Siggi Cherem (dart-lang)
thanks, PTAL https://codereview.chromium.org/1028813002/diff/20001/lib/src/file.dart File lib/src/file.dart (right): https://codereview.chromium.org/1028813002/diff/20001/lib/src/file.dart#newcode266 lib/src/file.dart:266: String get contextLine { On 2015/03/24 23:01:17, ...
5 years, 9 months ago (2015-03-25 00:33:25 UTC) #5
Siggi Cherem (dart-lang)
sorry - I did one more modification: I changed "SourceSpanWithContext" to be an interface, and ...
5 years, 9 months ago (2015-03-25 00:53:53 UTC) #7
nweiz
https://codereview.chromium.org/1028813002/diff/20001/lib/src/span.dart File lib/src/span.dart (right): https://codereview.chromium.org/1028813002/diff/20001/lib/src/span.dart#newcode95 lib/src/span.dart:95: this.contextLine) : super(start, end, text) { On 2015/03/25 00:33:25, ...
5 years, 9 months ago (2015-03-25 01:10:39 UTC) #8
nweiz
On 2015/03/25 00:53:53, Siggi Cherem (dart-lang) wrote: > sorry - I did one more modification: ...
5 years, 9 months ago (2015-03-25 01:15:20 UTC) #9
Siggi Cherem (dart-lang)
PTAL https://codereview.chromium.org/1028813002/diff/20001/lib/src/span.dart File lib/src/span.dart (right): https://codereview.chromium.org/1028813002/diff/20001/lib/src/span.dart#newcode95 lib/src/span.dart:95: this.contextLine) : super(start, end, text) { On 2015/03/25 ...
5 years, 9 months ago (2015-03-26 21:07:30 UTC) #11
nweiz
lgtm!
5 years, 9 months ago (2015-03-26 21:49:52 UTC) #12
Siggi Cherem (dart-lang)
5 years, 9 months ago (2015-03-26 21:55:33 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:120001) manually as
9075bbd2d972b6ffebd4a8bebfc31cde4911add3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698