-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Using RegistryInstances.jl to avoid some Pkg internal API #2118 #2289
Merged
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
Try this Pull Request!Open Julia and type: julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/kcin96/Pluto.jl", rev="main")
julia> using Pluto |
fonsp
requested changes
Sep 21, 2022
fonsp
approved these changes
Sep 22, 2022
fonsp
changed the title
Using RegistryInstances.jl to avoid Pkg internal API #2118
Using RegistryInstances.jl to avoid some Pkg internal API #2118
Sep 22, 2022
Thanks @kcin96 ! What would you like to work on next? |
fonsp
added
package manager
Pluto's built-in package manager
backend
Concerning the julia server and runtime
labels
Oct 5, 2022
No problem! I'll have a look around the issues tab 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 pull request attempts to address issue ( #2118 ) by using RegistryInstances.jl. Some of the internal API has been modified to utilize public API functions from https://github.com/GunnarFarneback/RegistryInstances.jl.