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

Issue 2647363005: Fix type error in analyzer test (Closed)

Created:
3 years, 11 months ago by Bill Hesse
Modified:
3 years, 11 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M pkg/analyzer/test/src/dart/analysis/file_state_test.dart View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 11 (3 generated)
Bill Hesse
3 years, 11 months ago (2017-01-25 11:50:06 UTC) #2
Lasse Reichstein Nielsen
lgtm
3 years, 11 months ago (2017-01-25 11:59:08 UTC) #3
Bill Hesse
Committed patchset #1 (id:1) manually as d17af0420cf93386201329744bdb1ea4165c8989 (presubmit successful).
3 years, 11 months ago (2017-01-25 11:59:40 UTC) #5
scheglov
I guess lgtm, but why? Was it causing build / test problems?
3 years, 11 months ago (2017-01-25 15:07:17 UTC) #6
Bill Hesse
On 2017/01/25 15:07:17, scheglov wrote: > I guess lgtm, but why? > Was it causing ...
3 years, 11 months ago (2017-01-25 15:12:32 UTC) #7
scheglov
On 2017/01/25 15:12:32, Bill Hesse wrote: > On 2017/01/25 15:07:17, scheglov wrote: > > I ...
3 years, 11 months ago (2017-01-25 15:16:28 UTC) #8
Leaf
https://codereview.chromium.org/2647363005/diff/1/pkg/analyzer/test/src/dart/analysis/file_state_test.dart File pkg/analyzer/test/src/dart/analysis/file_state_test.dart (right): https://codereview.chromium.org/2647363005/diff/1/pkg/analyzer/test/src/dart/analysis/file_state_test.dart#newcode692 pkg/analyzer/test/src/dart/analysis/file_state_test.dart:692: return files.where((Object file) { Is this non-strong mode analysis? ...
3 years, 11 months ago (2017-01-25 19:03:00 UTC) #10
scheglov
3 years, 11 months ago (2017-01-25 19:06:02 UTC) #11
Message was sent while issue was closed.
https://codereview.chromium.org/2647363005/diff/1/pkg/analyzer/test/src/dart/...
File pkg/analyzer/test/src/dart/analysis/file_state_test.dart (right):

https://codereview.chromium.org/2647363005/diff/1/pkg/analyzer/test/src/dart/...
pkg/analyzer/test/src/dart/analysis/file_state_test.dart:692: return
files.where((Object file) {
On 2017/01/25 19:03:00, Leaf wrote:
> Is this non-strong mode analysis?  This should work in strong mode.

FWIW, resolution works, so "file.uri" is resolved.
But Analysis Server says that the static type of "file" is "T", and code
completion does not work.

Powered by Google App Engine
This is Rietveld 408576698