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

Issue 1228643003: Fix SdkExtUriResolver.restoreAbsolute (Closed)

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

Description

Fix SdkExtUriResolver.restoreAbsolute BUG= Committed: https://github.com/dart-lang/sdk/commit/8e4a96d0162bdc273b9073817cfbbcb3bc779df0

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M pkg/analysis_server/lib/src/sdk_ext.dart View 1 4 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Cutch
5 years, 5 months ago (2015-07-08 16:34:49 UTC) #2
Cutch
Committed patchset #2 (id:20001) manually as 8e4a96d0162bdc273b9073817cfbbcb3bc779df0 (presubmit successful).
5 years, 5 months ago (2015-07-08 17:00:26 UTC) #3
Cutch
TBR
5 years, 5 months ago (2015-07-08 17:00:27 UTC) #4
Brian Wilkerson
5 years, 5 months ago (2015-07-08 17:22:02 UTC) #6
Message was sent while issue was closed.
This solution won't work because there isn't a guarantee that SdkExtUriResolver
is the only place where a Source that needs to be handled will be created.

That said, given that DartUriResolver does not implement the restoreAbsolute
method, I'm wondering if I gave you bad advice and we should have *not*
implemented it in SdkExtUriResolver.

Powered by Google App Engine
This is Rietveld 408576698