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

Issue 1053673008: Initial re-write of analysis context for the new task model (Closed)

Created:
5 years, 8 months ago by Brian Wilkerson
Modified:
5 years, 8 months ago
Reviewers:
scheglov, kevmoo
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Initial re-write of analysis context for the new task model R=scheglov@google.com Committed: https://code.google.com/p/dart/source/detail?r=45284

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+4633 lines, -53 lines) Patch
M pkg/analyzer/lib/src/context/cache.dart View 2 chunks +15 lines, -1 line 0 comments Download
A pkg/analyzer/lib/src/context/context.dart View 1 chunk +1982 lines, -0 lines 2 comments Download
M pkg/analyzer/lib/src/generated/engine.dart View 10 chunks +84 lines, -6 lines 4 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analyzer/lib/src/task/driver.dart View 3 chunks +10 lines, -4 lines 0 comments Download
M pkg/analyzer/lib/src/task/manager.dart View 1 chunk +8 lines, -0 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 8 chunks +26 lines, -6 lines 0 comments Download
A pkg/analyzer/test/src/context/context_test.dart View 1 chunk +2470 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/context/test_all.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/analyzer/test/src/task/driver_test.dart View 5 chunks +32 lines, -32 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Brian Wilkerson
Many of the tests currently fail, but I want other people to be able to ...
5 years, 8 months ago (2015-04-20 00:04:02 UTC) #2
scheglov
LGTM https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/context/context.dart#newcode895 pkg/analyzer/lib/src/context/context.dart:895: // TODO(brianwilkerson) The public namespace used to be ...
5 years, 8 months ago (2015-04-20 03:44:50 UTC) #3
Brian Wilkerson
Committed patchset #1 (id:1) manually as 45284 (presubmit successful).
5 years, 8 months ago (2015-04-20 15:00:21 UTC) #4
Brian Wilkerson
https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/context/context.dart File pkg/analyzer/lib/src/context/context.dart (right): https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/context/context.dart#newcode895 pkg/analyzer/lib/src/context/context.dart:895: // TODO(brianwilkerson) The public namespace used to be cached, ...
5 years, 8 months ago (2015-04-20 15:00:36 UTC) #5
kevmoo
DBC: this looked a bit weird... https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/generated/engine.dart File pkg/analyzer/lib/src/generated/engine.dart (right): https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/generated/engine.dart#newcode16 pkg/analyzer/lib/src/generated/engine.dart:16: import 'package:analyzer/src/context/context.dart' as ...
5 years, 8 months ago (2015-04-20 16:27:28 UTC) #7
Brian Wilkerson
5 years, 8 months ago (2015-04-20 16:29:52 UTC) #8
Message was sent while issue was closed.
https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/genera...
File pkg/analyzer/lib/src/generated/engine.dart (right):

https://codereview.chromium.org/1053673008/diff/1/pkg/analyzer/lib/src/genera...
pkg/analyzer/lib/src/generated/engine.dart:16: import
'package:analyzer/src/context/context.dart' as cache;
You're right. That was a copy/paste error. I'll clean it up later. Thanks!

Powered by Google App Engine
This is Rietveld 408576698