-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Pkg #28309
Merged
Merged
Bump Pkg #28309
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
* Refactor argument order checking
* just use TOML for Registry.toml and set up a cache * prevent a O(n^2) when collecting package names * Update Types.jl
* Update copypasta line I'm note sure what goes in `???` but just to get the PR rolling. * Fill in the text for manifest mode Based on what I see at https://docs.julialang.org/en/latest/stdlib/Pkg/#Adding-registered-packages-1 this text seems correct. * Editorial fix
1. If Foo is an existing path, activate that 2. If Foo is a developed dependency of the current environment, activate that 3. Activate the (non-existing) directory Foo To sidestep 2. above, and activate a non-existing directory Foo even though there is a developed dependency Foo, use `pkg> activate ./Foo`.
* improve printing when running tagets
KristofferC
force-pushed
the
kc/bump_pkg
branch
3 times, most recently
from
July 27, 2018 16:21
ff26271
to
a7105d9
Compare
…535) also put deps in Manifest even for stdlibs and use them in the resolver
The --shared option places the package in Pkg.devdir(), and the --local option places the package in a dev sub-directory of the current project.
unless it is given as an absolute path, fix #485
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.
gc
command