ec4ffb99f5
I found that the issue with Dart indexer is related to flushing partially resolved ASTs from the cache, which we don't handle correctly. Instead of trying to fix the issue, we can just increase the cache size and make indexer work for now. Eventually we should migrate to AnalysisDriver, which does not have this problem. R=brianwilkerson@google.com, jwren@google.com Bug: Change-Id: I7515fd132245c361e030ddf1bfa7e06f11b6f3a4 Reviewed-on: https://dart-review.googlesource.com/18422 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>