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

Issue 1743963002: Index defined top-level and class member names. (Closed)

Created:
4 years, 9 months ago by scheglov
Modified:
4 years, 9 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: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -125 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 19 chunks +139 lines, -33 lines 2 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 4 chunks +43 lines, -6 lines 2 comments Download
M pkg/analyzer/lib/src/summary/index_unit.dart View 18 chunks +68 lines, -83 lines 3 comments Download
M pkg/analyzer/test/src/summary/index_unit_test.dart View 3 chunks +106 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
scheglov
4 years, 9 months ago (2016-02-27 17:46:09 UTC) #1
Brian Wilkerson
I don't really understand large portions of this CL, so I'll defer to Paul, but ...
4 years, 9 months ago (2016-02-27 18:15:11 UTC) #2
scheglov
https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summary/format.dart File pkg/analyzer/lib/src/summary/format.dart (right): https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summary/format.dart#newcode1591 pkg/analyzer/lib/src/summary/format.dart:1591: fbBuilder.addOffset(5, offset_elementKinds); On 2016/02/27 18:15:10, Brian Wilkerson wrote: > ...
4 years, 9 months ago (2016-02-27 23:00:44 UTC) #3
scheglov
Committed patchset #1 (id:1) manually as 2fa0d483ecad557700e64e9afa394cdfae22a87e (presubmit successful).
4 years, 9 months ago (2016-02-29 16:43:11 UTC) #5
Paul Berry
lgtm https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summary/idl.dart File pkg/analyzer/lib/src/summary/idl.dart (right): https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summary/idl.dart#newcode522 pkg/analyzer/lib/src/summary/idl.dart:522: * referenced in the [PackageIndex]. It is an ...
4 years, 9 months ago (2016-02-29 20:26:02 UTC) #6
scheglov
4 years, 9 months ago (2016-02-29 20:47:44 UTC) #7
Message was sent while issue was closed.
https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summar...
File pkg/analyzer/lib/src/summary/index_unit.dart (right):

https://codereview.chromium.org/1743963002/diff/1/pkg/analyzer/lib/src/summar...
pkg/analyzer/lib/src/summary/index_unit.dart:184: final int nameId;
On 2016/02/29 20:26:02, Paul Berry wrote:
> Please document what this id refers to (I assume it's an index into
> PackageIndexAssembler._strings)

Fixed in https://codereview.chromium.org/1753433002

Powered by Google App Engine
This is Rietveld 408576698