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

Issue 1180843011: recompute package map when input file changes (Closed)

Created:
5 years, 6 months ago by danrubel
Modified:
5 years, 6 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -2 lines) Patch
M pkg/analysis_server/lib/src/context_manager.dart View 4 chunks +34 lines, -1 line 0 comments Download
M pkg/analysis_server/test/context_manager_test.dart View 1 chunk +28 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/file_system/memory_file_system.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
danrubel
5 years, 6 months ago (2015-06-18 19:45:26 UTC) #2
Paul Berry
lgtm https://codereview.chromium.org/1180843011/diff/1/pkg/analysis_server/lib/src/context_manager.dart File pkg/analysis_server/lib/src/context_manager.dart (right): https://codereview.chromium.org/1180843011/diff/1/pkg/analysis_server/lib/src/context_manager.dart#newcode439 pkg/analysis_server/lib/src/context_manager.dart:439: for (String dependencyPath in packageMapInfo.dependencies) { There's a ...
5 years, 6 months ago (2015-06-18 20:15:53 UTC) #3
danrubel
Committed patchset #2 (id:20001) manually as eb950645115663d3fc00431df5a38e272c2df488 (presubmit successful).
5 years, 6 months ago (2015-06-20 21:19:04 UTC) #4
Paul Berry
On 2015/06/20 21:19:04, danrubel wrote: > Committed patchset #2 (id:20001) manually as > eb950645115663d3fc00431df5a38e272c2df488 (presubmit ...
5 years, 6 months ago (2015-06-22 14:59:55 UTC) #5
danrubel
5 years, 6 months ago (2015-06-22 15:41:22 UTC) #6
Message was sent while issue was closed.
On 2015/06/22 14:59:55, Paul Berry wrote:
> On 2015/06/20 21:19:04, danrubel wrote:
> > Committed patchset #2 (id:20001) manually as
> > eb950645115663d3fc00431df5a38e272c2df488 (presubmit successful).
> 
> This breaks 17 analysis server integration tests on Linux, e.g.:
> 
> python tools/test.py --checked -mrelease -t60
> pkg/analysis_server/test/integration/completion/get_suggestions_test
> 
> The integration tests pass on mac.
> 
> I'm not sure why this wasn't picked up by a buildbot.  I'll investigate that. 
> Dan, would you mind looking into the failures themselves?

Yes, I landed
https://github.com/dart-lang/sdk/commit/d907a4265e1c1350e00377c9995af6c84370b02c
earlier this morning in an attempt to gather more information about what
exception was occurring, but unfortunately the stacktrace returned is null. I'll
continue to dig.

Powered by Google App Engine
This is Rietveld 408576698