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

Issue 1385293002: Lint support for the new task model. (Closed)

Created:
5 years, 2 months ago by pquitslund
Modified:
5 years, 2 months ago
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 : Tests and tweaks. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+832 lines, -661 lines) Patch
M pkg/analysis_server/lib/src/status/get_handler.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/lib/src/context/context.dart View 2 chunks +11 lines, -11 lines 0 comments Download
M pkg/analyzer/lib/src/generated/incremental_resolver.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/plugin/engine_plugin.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/lib/src/task/dart.dart View 1 6 chunks +106 lines, -0 lines 4 comments Download
M pkg/analyzer/lib/src/task/dart_work_manager.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/analyzer/test/src/task/dart_test.dart View 1 15 chunks +710 lines, -650 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
pquitslund
Quick question about setting up inputs: https://codereview.chromium.org/1385293002/diff/1/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/1385293002/diff/1/pkg/analyzer/lib/src/task/dart.dart#newcode2525 pkg/analyzer/lib/src/task/dart.dart:2525: TYPE_PROVIDER_INPUT: TYPE_PROVIDER.of(AnalysisContextTarget.request) OK: ...
5 years, 2 months ago (2015-10-06 22:18:12 UTC) #2
Brian Wilkerson
Aside from the clean-up you asked about, the only other thing I'd recommend is adding ...
5 years, 2 months ago (2015-10-06 22:40:54 UTC) #3
pquitslund
On 2015/10/06 22:40:54, Brian Wilkerson wrote: > Aside from the clean-up you asked about, the ...
5 years, 2 months ago (2015-10-06 23:41:38 UTC) #4
pquitslund
Committed patchset #2 (id:20001) manually as fe76c6f3c4684122c70288d936e90def2eff6040 (presubmit successful).
5 years, 2 months ago (2015-10-06 23:45:50 UTC) #5
scheglov
https://codereview.chromium.org/1385293002/diff/20001/pkg/analyzer/lib/src/task/dart.dart File pkg/analyzer/lib/src/task/dart.dart (right): https://codereview.chromium.org/1385293002/diff/20001/pkg/analyzer/lib/src/task/dart.dart#newcode2446 pkg/analyzer/lib/src/task/dart.dart:2446: static const String USED_LOCAL_ELEMENTS_INPUT = 'USED_LOCAL_ELEMENTS'; It seems that ...
5 years, 2 months ago (2015-10-09 03:45:10 UTC) #7
pquitslund
5 years, 2 months ago (2015-10-09 15:25:36 UTC) #8
Message was sent while issue was closed.
Thanks!

https://codereview.chromium.org/1385293002/diff/20001/pkg/analyzer/lib/src/ta...
File pkg/analyzer/lib/src/task/dart.dart (right):

https://codereview.chromium.org/1385293002/diff/20001/pkg/analyzer/lib/src/ta...
pkg/analyzer/lib/src/task/dart.dart:2446: static const String
USED_LOCAL_ELEMENTS_INPUT = 'USED_LOCAL_ELEMENTS';
On 2015/10/09 03:45:10, scheglov wrote:
> It seems that this and the next two input names are not used :-)

Good catch!

https://codereview.chromium.org/1386323003/

https://codereview.chromium.org/1385293002/diff/20001/pkg/analyzer/lib/src/ta...
pkg/analyzer/lib/src/task/dart.dart:3006: LINTS_INPUT: LINTS.of(unit),
On 2015/10/09 03:45:10, scheglov wrote:
> Would be nice to keep these sorted.

I think this has been fixed already.

Powered by Google App Engine
This is Rietveld 408576698