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

Issue 2408863002: Parse the 'patches' argument in SDK libraries declarations. (Closed)

Created:
4 years, 2 months ago by scheglov
Modified:
4 years, 2 months ago
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rework to support 'PLATFORM1 | PLATFORM2' and [list, of, paths]. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -2 lines) Patch
M pkg/analysis_server/test/mock_sdk.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/lib/src/generated/sdk.dart View 1 10 chunks +105 lines, -0 lines 1 comment Download
M pkg/analyzer/test/src/context/mock_sdk.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/analyzer/test/src/dart/sdk/sdk_test.dart View 1 3 chunks +118 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
scheglov
4 years, 2 months ago (2016-10-10 18:48:10 UTC) #1
Paul Berry
https://codereview.chromium.org/2408863002/diff/1/pkg/analyzer/lib/src/generated/sdk.dart File pkg/analyzer/lib/src/generated/sdk.dart (right): https://codereview.chromium.org/2408863002/diff/1/pkg/analyzer/lib/src/generated/sdk.dart#newcode417 pkg/analyzer/lib/src/generated/sdk.dart:417: if (key is SimpleIdentifier && value is SimpleStringLiteral) { ...
4 years, 2 months ago (2016-10-10 19:14:38 UTC) #2
scheglov
PTAL https://codereview.chromium.org/2408863002/diff/1/pkg/analyzer/lib/src/generated/sdk.dart File pkg/analyzer/lib/src/generated/sdk.dart (right): https://codereview.chromium.org/2408863002/diff/1/pkg/analyzer/lib/src/generated/sdk.dart#newcode417 pkg/analyzer/lib/src/generated/sdk.dart:417: if (key is SimpleIdentifier && value is SimpleStringLiteral) ...
4 years, 2 months ago (2016-10-10 19:41:52 UTC) #3
Brian Wilkerson
lgtm
4 years, 2 months ago (2016-10-10 19:44:38 UTC) #4
Paul Berry
lgtm
4 years, 2 months ago (2016-10-11 16:15:41 UTC) #5
scheglov
Committed patchset #2 (id:20001) manually as 1a70ff791afc907c5d9029f55a2c0ce7a8b80879 (presubmit successful).
4 years, 2 months ago (2016-10-11 16:19:34 UTC) #7
Bill Hesse
4 years, 2 months ago (2016-10-11 21:35:59 UTC) #9
Message was sent while issue was closed.
https://codereview.chromium.org/2408863002/diff/20001/pkg/analyzer/lib/src/ge...
File pkg/analyzer/lib/src/generated/sdk.dart (right):

https://codereview.chromium.org/2408863002/diff/20001/pkg/analyzer/lib/src/ge...
pkg/analyzer/lib/src/generated/sdk.dart:549: List<String> getPatches(int
platform);
This is a breaking change to the interface.  You need to add an implementation
of this to package:linter.  This is showing up as an error in the analyzer bots.

Powered by Google App Engine
This is Rietveld 408576698