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

Issue 2223113002: Add line starts into unlinked units. (Closed)

Created:
4 years, 4 months ago by scheglov
Modified:
4 years, 4 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : tweaks #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -31 lines) Patch
M pkg/analyzer/lib/src/generated/source.dart View 1 7 chunks +18 lines, -23 lines 0 comments Download
M pkg/analyzer/lib/src/summary/format.dart View 12 chunks +31 lines, -1 line 0 comments Download
M pkg/analyzer/lib/src/summary/format.fbs View Binary file 0 comments Download
M pkg/analyzer/lib/src/summary/idl.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_ast.dart View 2 chunks +6 lines, -3 lines 0 comments Download
M pkg/analyzer/lib/src/summary/summarize_elements.dart View 1 2 chunks +4 lines, -0 lines 1 comment Download
M pkg/analyzer/test/src/summary/resynthesize_ast_test.dart View 2 chunks +4 lines, -1 line 0 comments Download
M pkg/analyzer/test/src/summary/summarize_ast_test.dart View 3 chunks +6 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/summary/summary_common.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M pkg/analyzer_cli/lib/src/build_mode.dart View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
scheglov
4 years, 4 months ago (2016-08-08 17:18:35 UTC) #1
Brian Wilkerson
lgtm https://codereview.chromium.org/2223113002/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://codereview.chromium.org/2223113002/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode320 pkg/analyzer/lib/src/generated/source.dart:320: int get lineCount => lineStarts.length; Or just remove ...
4 years, 4 months ago (2016-08-08 17:25:36 UTC) #2
scheglov
https://codereview.chromium.org/2223113002/diff/1/pkg/analyzer/lib/src/generated/source.dart File pkg/analyzer/lib/src/generated/source.dart (right): https://codereview.chromium.org/2223113002/diff/1/pkg/analyzer/lib/src/generated/source.dart#newcode320 pkg/analyzer/lib/src/generated/source.dart:320: int get lineCount => lineStarts.length; On 2016/08/08 17:25:35, Brian ...
4 years, 4 months ago (2016-08-08 17:47:32 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/2223113002/diff/20001/pkg/analyzer/lib/src/summary/summarize_elements.dart File pkg/analyzer/lib/src/summary/summarize_elements.dart (right): https://codereview.chromium.org/2223113002/diff/20001/pkg/analyzer/lib/src/summary/summarize_elements.dart#newcode455 pkg/analyzer/lib/src/summary/summarize_elements.dart:455: compilationUnit.context?.computeLineInfo(unitSource)?.lineStarts ?? Nit: the `?? const <int>[]` isn't ...
4 years, 4 months ago (2016-08-08 18:38:10 UTC) #4
scheglov
4 years, 4 months ago (2016-08-08 18:40:14 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
b3588f44fe22f6e43898e331798ca0d5239b88d3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698