Skip to content
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
merged 12 commits into from
Oct 5, 2022

Conversation

kcin96
Copy link
Contributor

@kcin96 kcin96 commented Sep 19, 2022

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.

@github-actions
Copy link
Contributor

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

@kcin96 kcin96 marked this pull request as ready for review September 21, 2022 07:35
src/packages/PkgCompat.jl Outdated Show resolved Hide resolved
@fonsp fonsp linked an issue Sep 21, 2022 that may be closed by this pull request
@fonsp 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
@fonsp fonsp merged commit 6fd558b into fonsp:main Oct 5, 2022
@fonsp
Copy link
Owner

fonsp commented Oct 5, 2022

Thanks @kcin96 ! What would you like to work on next? ☺️

@fonsp fonsp added package manager Pluto's built-in package manager backend Concerning the julia server and runtime labels Oct 5, 2022
@kcin96
Copy link
Contributor Author

kcin96 commented Oct 7, 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
backend Concerning the julia server and runtime package manager Pluto's built-in package manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use RegistryInstances.jl to avoid Pkg internal API
2 participants