Releases: JuliaLang/PackageCompiler.jl
Releases · JuliaLang/PackageCompiler.jl
v2.0.9
PackageCompiler v2.0.9
Closed issues:
- New warning, possible bug (#713)
Merged pull requests:
- Add concurrency control to GitHub workflow runs (#712) (@davidanthoff)
- Fix an incorrect warning message (#715) (@DilumAluthge)
v2.0.8
PackageCompiler v2.0.8
Closed issues:
- MbedTLS cert.perm is not packaged (#710)
Merged pull requests:
- check if manifest file exists instead of if manifest empty (#705) (@simonbyrne)
- also bundle certificate (#711) (@KristofferC)
v2.0.7
PackageCompiler v2.0.7
Closed issues:
- PackageCompiler does not download artifacts for MKL now (#691)
Merged pull requests:
- Update CompatHelper.yml (#684) (@JackDunnNZ)
- Fix the message in
create_sysimg_object_fileto correctly say "incremental" or "nonincremental" (#694) (@DilumAluthge) - fix lazy artifacts (#696) (@KristofferC)
- Fix a few typos (#701) (@fingolfin)
v2.0.6
PackageCompiler v2.0.6
Closed issues:
- Documentation for libraries still mentions @ccallable (#668)
create_sysimagefails on arm64 when using a precompile execution file (#670)- Cannot load PyPlot with Julia 1.7.1 and 1.7.2 (#671)
- Add a (build-flag controlled) option to have the produced binary app support julia flags (#680)
- Unable to use an app created with packages that pull in LLVM.jl as a dependency (#682)
- PackageCompiler should use multiple threads (#688)
Merged pull requests:
- Fix formatting of executables keyword in docstring (#679) (@blegat)
- add support for dynamic artifact selection (#690) (@KristofferC)
v2.0.5
PackageCompiler v2.0.5
Closed issues:
- Error while compiling incremental system image with Flux (#641)
- Packagecompiler fails on FluxArchitectures on Julia 1.7.0 (#643)
- tests fail without .julia/registries/General (#645)
- App cannot run without Julia installed (#650)
- SysImage output gets stuck in recursive stack trace on 1.7.0 (#651)
- create_library doesn't create mylib.dll for example on windows (#653)
- "unsupported GNU_PROPERTY_TYPE" warning upon creating sysimage (#654)
- Compilation fails on Linux ARM64 (#656)
- Unreasonably large executable size from
create_app(#660)
Merged pull requests:
- make package test work without an installed General registry (#646) (@KristofferC)
- Fix windows library filename (#655) (@kmsquire)
v2.0.4
PackageCompiler v2.0.4
Closed issues:
- Error when using standard library: "ArgumentError: Package ReSolver does not have Dates in its dependencies" (#648)
Merged pull requests:
- add precompile statements for functions called from
mainin apps (#649) (@JeffBezanson)
v2.0.3
PackageCompiler v2.0.3
Closed issues:
Merged pull requests:
- Typo (#642) (@PallHaraldsson)
- use debug libs when Julia is debug build (#644) (@jaakkor2)
v2.0.2
PackageCompiler v2.0.2
Closed issues:
create_sysimagefails on macOS when one passes file name (e.g. "sys.dylib" ) tosysimage_path(#635)
Merged pull requests:
- use
abspath(#636) (@terasakisatoshi)
v2.0.1
PackageCompiler v2.0.1
Closed issues:
Merged pull requests:
- syimage -> sysimage in "Upgrading from..." section (#628) (@chriselrod)
- Fix code block on apps documentation (#631) (@guilhermebodin)
- Fix doc typo (#632) (@alhirzel)
- Fix typo in docs: use correct default cpu target (#633) (@ikirill)
v2.0.0
PackageCompiler v2.0.0
PackageCompiler 2.0 comes with a few breaking changes. Read the upgrade guide here
for instructions on how to upgrade to version 2.0.
__