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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instantiate after update #2505

Merged
merged 2 commits into from Mar 14, 2023
Merged

Instantiate after update #2505

merged 2 commits into from Mar 14, 2023

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Mar 13, 2023

Fix #2488, by copying our should_instantiate_afterwards code from sync_nbpkg_core to update_nbpkg_core 馃構

TODO

  • Test by hand

@fonsp fonsp added the package manager Pluto's built-in package manager label Mar 13, 2023
@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/fonsp/Pluto.jl", rev="instantiate-after-update")
julia> using Pluto

@fonsp fonsp merged commit 78f7d98 into main Mar 14, 2023
14 checks passed
@fonsp fonsp deleted the instantiate-after-update branch March 14, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package manager Pluto's built-in package manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompilation when updating packages
1 participant