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

Issue 1750163003: Separate 'isQualified' flags as List<bool>. (Closed)

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

Description

Separate 'isQualified' flags as List<bool>. It turned out that for used names we don't need any flags because we want to store only qualified unresolved (potential) class member usages. So, no flags for used names at all, at least for now. R=paulberry@google.com BUG= Committed: https://github.com/dart-lang/sdk/commit/7d0fbd1b117b1deb7549151c69205dcfd3ff0019

Patch Set 1 #

Total comments: 10
Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -104 lines) Patch
M pkg/analyzer/lib/src/summary/format.dart View 11 chunks +51 lines, -21 lines 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 6 chunks +18 lines, -25 lines 2 comments Download
M pkg/analyzer/lib/src/summary/index_unit.dart View 8 chunks +22 lines, -22 lines 6 comments Download
M pkg/analyzer/test/src/summary/index_unit_test.dart View 13 chunks +27 lines, -35 lines 0 comments Download
M pkg/analyzer/tool/summary/generate.dart View 4 chunks +11 lines, -1 line 2 comments Download

Messages

Total messages: 5 (1 generated)
scheglov
4 years, 9 months ago (2016-03-01 02:45:46 UTC) #1
Paul Berry
Assuming I'm correct about the additional places in index_unit.dart that need to use `isQualified`, please ...
4 years, 9 months ago (2016-03-01 17:06:19 UTC) #2
scheglov
https://codereview.chromium.org/1750163003/diff/1/pkg/analyzer/lib/src/summary/idl.dart File pkg/analyzer/lib/src/summary/idl.dart (right): https://codereview.chromium.org/1750163003/diff/1/pkg/analyzer/lib/src/summary/idl.dart#newcode627 pkg/analyzer/lib/src/summary/idl.dart:627: @Id(7) On 2016/03/01 17:06:19, Paul Berry wrote: > Please ...
4 years, 9 months ago (2016-03-01 19:05:34 UTC) #3
scheglov
4 years, 9 months ago (2016-03-01 19:06:48 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
7d0fbd1b117b1deb7549151c69205dcfd3ff0019 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698