Fetch packages into a folder with their name. Fixes #502.#735
Merged
Fetch packages into a folder with their name. Fixes #502.#735
Conversation
…s fetched using the previous way will be normally ignored and left lingering around.
27f6588 to
7e4f4ca
Compare
Contributor
|
Looks good to me. |
Member
Author
|
Thanks! Practical testing didn't show any issues so far either, will merge. |
s-ludwig
added a commit
that referenced
this pull request
Dec 15, 2015
…nstalled-packages Fetch packages into a folder with their name. Fixes #502.
Member
|
Great, that this is merged now. Would be nice if some of the git submodule people could test this and write a small how-to @CyberShadow, @Hackerpilot. |
Member
There was a problem hiding this comment.
Nice, didn't knew there was a system-wide installation path.
This is useful for caching common dependencies, why is it deprecated?
Contributor
There was a problem hiding this comment.
Huh, what gives you the idea it's deprecated?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This changes the behavior of #712 to be backwards compatible with the old single-layer package structure. It also fixes searching within non-managed paths ("dub add-path") to not expect the new layout.