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

Backport 1.9: remove recompilation dependency check in Pkg.precompile (#3696) #3697

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

KristofferC
Copy link
Member

Co-authored-by: Ian Butterworth [email protected]
(cherry picked from commit debc38b)

Co-authored-by: Ian Butterworth <[email protected]>
(cherry picked from commit debc38b)
@IanButterworth
Copy link
Member

@giordano I just double checked this on the release-1.9 julia branch by doing

pkg> add Plots
pkg> add OrdinaryDiffEq
pkg> add DataFrames, CSV
julia> using Plots, OrdinaryDiffEq, DataFrames, CSV

and didn't see notable re-precompilation during the add phases and none during the using

@KristofferC KristofferC merged commit 397c8bf into release-1.9 Nov 13, 2023
@KristofferC KristofferC deleted the backports-release-1.9 branch November 13, 2023 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants