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

Issue 348773003: Port SplitIndexStore to Dart. (Closed)

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

Description

Patch Set 1 #

Total comments: 19

Patch Set 2 : Fixes for review comments #

Messages

Total messages: 6 (0 generated)
scheglov
6 years, 6 months ago (2014-06-20 06:32:50 UTC) #1
Brian Wilkerson
LGTM
6 years, 6 months ago (2014-06-20 14:52:14 UTC) #2
Paul Berry
lgtm for now, though I hope we can address the weak reference issue sooner rather ...
6 years, 6 months ago (2014-06-20 15:46:02 UTC) #3
Brian Wilkerson
https://codereview.chromium.org/348773003/diff/1/pkg/analysis_server/lib/src/index/split_store.dart File pkg/analysis_server/lib/src/index/split_store.dart (right): https://codereview.chromium.org/348773003/diff/1/pkg/analysis_server/lib/src/index/split_store.dart#newcode25 pkg/analysis_server/lib/src/index/split_store.dart:25: Map<AnalysisContext, int> _contextToIndex = new HashMap<AnalysisContext, int>( I thought ...
6 years, 6 months ago (2014-06-20 15:55:30 UTC) #4
scheglov
https://codereview.chromium.org/348773003/diff/1/pkg/analysis_server/lib/src/index/split_store.dart File pkg/analysis_server/lib/src/index/split_store.dart (right): https://codereview.chromium.org/348773003/diff/1/pkg/analysis_server/lib/src/index/split_store.dart#newcode25 pkg/analysis_server/lib/src/index/split_store.dart:25: Map<AnalysisContext, int> _contextToIndex = new HashMap<AnalysisContext, int>( You're right. ...
6 years, 6 months ago (2014-06-20 16:16:57 UTC) #5
scheglov
6 years, 6 months ago (2014-06-20 16:18:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r37556 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698