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

Issue 754463002: Avoid instantiating FileLocations where possible in source_span. (Closed)

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

Description

Avoid instantiating FileLocations where possible in source_span. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=41921

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -10 lines) Patch
M pkg/source_span/CHANGELOG.md View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/source_span/lib/src/file.dart View 1 3 chunks +24 lines, -6 lines 0 comments Download
M pkg/source_span/lib/src/span_mixin.dart View 1 2 chunks +3 lines, -3 lines 0 comments Download
M pkg/source_span/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
6 years, 1 month ago (2014-11-21 23:16:19 UTC) #1
Bob Nystrom
Couple of things, then LGTM. https://codereview.chromium.org/754463002/diff/1/pkg/source_span/lib/src/file.dart File pkg/source_span/lib/src/file.dart (right): https://codereview.chromium.org/754463002/diff/1/pkg/source_span/lib/src/file.dart#newcode223 pkg/source_span/lib/src/file.dart:223: var d = _start.compareTo(otherFile._start); ...
6 years, 1 month ago (2014-11-21 23:38:18 UTC) #2
nweiz
Code review changes
6 years, 1 month ago (2014-11-21 23:47:27 UTC) #3
nweiz
https://codereview.chromium.org/754463002/diff/1/pkg/source_span/lib/src/file.dart File pkg/source_span/lib/src/file.dart (right): https://codereview.chromium.org/754463002/diff/1/pkg/source_span/lib/src/file.dart#newcode223 pkg/source_span/lib/src/file.dart:223: var d = _start.compareTo(otherFile._start); On 2014/11/21 23:38:18, Bob Nystrom ...
6 years, 1 month ago (2014-11-21 23:47:32 UTC) #4
nweiz
6 years, 1 month ago (2014-11-21 23:50:47 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 41921 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698