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

Issue 1296033004: Support older SDKs in analyzer. (Closed)

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

Description

Support older SDKs in analyzer. In Dart 1.12, the location of the "libraries.dart" file, which analyzer uses to find the contents of the SDK, will be changed. However, 1.12 hasn't been released yet, so we need analyzer to continue supporting the current stable release of the SDK. This change causes analyzer to first look in the new location for "libraries.dart", and failing that, fall back to the old (pre-1.12) location. R=brianwilkerson@google.com Committed: https://github.com/dart-lang/sdk/commit/e10be90e7643cdc3ff660c453599840a7feb12ea

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -19 lines) Patch
M pkg/analyzer/lib/src/generated/sdk_io.dart View 3 chunks +37 lines, -18 lines 0 comments Download
M pkg/analyzer/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Paul Berry
5 years, 4 months ago (2015-08-18 20:31:00 UTC) #2
Brian Wilkerson
LGTM
5 years, 4 months ago (2015-08-18 20:59:38 UTC) #3
Paul Berry
5 years, 4 months ago (2015-08-18 21:06:54 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e10be90e7643cdc3ff660c453599840a7feb12ea (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698