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

Issue 346963006: Index Dart/HTML units after analysis. (Closed)

Created:
6 years, 6 months ago by scheglov
Modified:
6 years, 6 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Index Dart/HTML units after analysis. R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=37707

Patch Set 1 #

Total comments: 10

Patch Set 2 : Fixes for review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -190 lines) Patch
M pkg/analysis_server/lib/src/analysis_server.dart View 5 chunks +9 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/index/index.dart View 1 chunk +13 lines, -8 lines 0 comments Download
M pkg/analysis_server/lib/src/operation/operation_analysis.dart View 3 chunks +82 lines, -62 lines 0 comments Download
M pkg/analysis_server/lib/src/socket_server.dart View 1 4 chunks +26 lines, -1 line 0 comments Download
M pkg/analysis_server/test/analysis_abstract.dart View 3 chunks +7 lines, -1 line 0 comments Download
M pkg/analysis_server/test/analysis_server_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/analysis_server/test/domain_analysis_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/test/domain_completion_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_edit_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/domain_search_test.dart View 1 3 chunks +55 lines, -1 line 0 comments Download
M pkg/analysis_server/test/domain_server_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/test/index/index_test.dart View 1 3 chunks +6 lines, -5 lines 0 comments Download
A pkg/analysis_server/test/index/store/memory_node_manager.dart View 1 chunk +96 lines, -0 lines 0 comments Download
M pkg/analysis_server/test/index/store/split_store_test.dart View 11 chunks +15 lines, -99 lines 0 comments Download
M pkg/analysis_server/test/mocks.dart View 1 5 chunks +13 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 6 months ago (2014-06-25 20:32:58 UTC) #1
Brian Wilkerson
Despite some picky comments, LGTM. https://codereview.chromium.org/346963006/diff/1/pkg/analysis_server/lib/src/socket_server.dart File pkg/analysis_server/lib/src/socket_server.dart (right): https://codereview.chromium.org/346963006/diff/1/pkg/analysis_server/lib/src/socket_server.dart#newcode37 pkg/analysis_server/lib/src/socket_server.dart:37: print('indexDirectory: $indexDirectory'); Debugging code? ...
6 years, 6 months ago (2014-06-25 20:57:18 UTC) #2
scheglov
https://codereview.chromium.org/346963006/diff/1/pkg/analysis_server/lib/src/socket_server.dart File pkg/analysis_server/lib/src/socket_server.dart (right): https://codereview.chromium.org/346963006/diff/1/pkg/analysis_server/lib/src/socket_server.dart#newcode37 pkg/analysis_server/lib/src/socket_server.dart:37: print('indexDirectory: $indexDirectory'); On 2014/06/25 20:57:18, Brian Wilkerson wrote: > ...
6 years, 6 months ago (2014-06-25 21:13:39 UTC) #3
scheglov
6 years, 6 months ago (2014-06-25 21:14:40 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r37707 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698