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

Make PrecompileTools into a stdlib #50923

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions NEWS.md
Expand Up @@ -35,6 +35,7 @@ Standard library changes
------------------------

* `pmap` now defaults to using a `CachingPool` ([#33892]).
* [PrecompileTools](https://github.com/JuliaLang/PrecompileTools.jl) is now an upgradable standard library ([#50923]).

#### Package Manager

Expand Down
3 changes: 2 additions & 1 deletion pkgimage.mk
Expand Up @@ -27,7 +27,7 @@ STDLIBS := ArgTools Artifacts Base64 CRC32c FileWatching Libdl NetworkOptions SH
Zlib_jll dSFMT_jll libLLVM_jll libblastrampoline_jll OpenBLAS_jll Printf Random Tar \
LibSSH2_jll MPFR_jll LinearAlgebra Dates Distributed Future LibGit2 Profile SparseArrays UUIDs \
SharedArrays TOML Test LibCURL Downloads Pkg Dates LazyArtifacts Sockets Unicode Markdown \
InteractiveUtils REPL DelimitedFiles
InteractiveUtils REPL DelimitedFiles PrecompileTools

all-release: $(addprefix cache-release-, $(STDLIBS))
all-debug: $(addprefix cache-debug-, $(STDLIBS))
Expand Down Expand Up @@ -97,6 +97,7 @@ $(eval $(call sysimg_builder,Printf,Unicode))
$(eval $(call sysimg_builder,Random,SHA))
$(eval $(call sysimg_builder,Tar,ArgTools,SHA))
$(eval $(call pkgimg_builder,DelimitedFiles,Mmap))
$(eval $(call pkgimg_builder,PrecompileTools,Preferences))

# 2-depth packages
$(eval $(call pkgimg_builder,LLD_jll,Zlib_jll libLLVM_jll Artifacts Libdl))
Expand Down
2 changes: 2 additions & 0 deletions stdlib/.gitignore
@@ -1,6 +1,8 @@
/srccache
/DelimitedFiles-*
/DelimitedFiles
/PrecompileTools-*
/PrecompileTools
/Pkg-*
/Pkg
/Statistics-*
Expand Down
4 changes: 4 additions & 0 deletions stdlib/PrecompileTools.version
@@ -0,0 +1,4 @@
PRECOMPILETOOLS_BRANCH = main
PRECOMPILETOOLS_SHA1 = 11410b2970041907c2396d374ad7893d6f89a118
PRECOMPILETOOLS_GIT_URL := https://github.com/JuliaLang/PrecompileTools.jl
PRECOMPILETOOLS_TAR_URL = https://github.com/JuliaLang/PrecompileTools.jl/tarball/$1