Files
sdk/pkg/analysis_server/lib/src
Paul Berry 6f6410cd9f Preliminary refactoring work on ContextManager.
- There is now a single virtual ContextInfo representing the root of
  the context tree; this should allow us to reduce the need for
  traversing the _contexts map, and should reduce the number of corner
  cases that need to be handled when creating and destroying contexts,
  since tree roots will never be created nor destroyed.

- We now build the contexts while recursing down the directory tree
  and populate them with files while unwinding the recursion; this is
  more consistent with the data flow (deciding which contexts to build
  depends only on the current directory and directories above it;
  deciding which files to include in a context depends only on the
  current directory and directories below it).

R=brianwilkerson@google.com, scheglov@google.com

Review URL: https://codereview.chromium.org//1243233003 .
2015-07-22 10:34:43 -07:00
..
2015-03-02 22:43:12 +00:00
2015-07-20 15:07:00 -07:00
2015-03-02 22:43:12 +00:00
2015-05-04 15:03:52 +00:00
2015-03-02 22:43:12 +00:00
2015-03-02 22:43:12 +00:00
2015-03-02 22:43:12 +00:00
2015-03-02 22:43:12 +00:00