This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Curious, wouldn't we assume that you'd use this library with 1.11 (dev or stable) ? |
No, because in order to bootstrap the 1.11 SDK, you first need to build the runtime with the 1.10 SDK. Observatory is in the Dart runtime and depends on dart2js, which in turn depends on package_config. The 1.11 dependencies break observatory |
LGTM |
Interesting. cc @johnmccutchan |
harryterkelsen
pushed a commit
that referenced
this pull request
May 28, 2015
Don't use Uri.directory
If there's a link to a buildbot log file, that has the error, we can take a look. |
|
mosuem
pushed a commit
to dart-lang/tools
that referenced
this pull request
Dec 9, 2024
…ectory Don't use Uri.directory
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses another 1.11 dependency, see dart-lang/tools#1501
@pq @sethladd