-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use public API for Pkg stdlibs #3098
Conversation
What a Standard Library is is not really well defined, in conjunction with the (internal) method |
In Pluto's case, stdlib means:
|
For this definition, Stdlibs are the more or less the same as sysimage packages. I think. And I'd say that |
(We should add tests for that statement) |
Agreed. I'm thinking of the sysimage case, for which what we do is not very well defined. PlutoPkg kind of works on recent versions, even without deactivation. But I think if the semantics were clear, we could identify these packages better in the sysimage case and it could work better (i.e. not try to add a package already in the sysimage, which takes 20 minutes but works) |
Yes! We should start with a draft about the expected behaviour for sysimage packages in Pluto. Mostly need to figure out:
|
Using JuliaLang/Pkg.jl#4081
Try this Pull Request!
Open Julia and type: