Tags: ktdq/PackageCompiler.jl
Tags
[Diff since v2.1.4](JuliaLang/PackageCompiler.jl@v2.1.4...v2.1.5) **Closed issues:** - Fail early if no compiler can be found? (JuliaLang#677) - Tests are failing on Julia 1.6 (JuliaLang#706) - Split `run_compiler` so users can get the location of the compiler? (JuliaLang#716) - Check c++ compiler earlier (JuliaLang#727) - Avoid redownloading MKL_jll for each testset (JuliaLang#766) **Merged pull requests:** - Call `get_compiler_cmd()` at the beginning of `create_sysimage` and `create_app` (JuliaLang#770) (@DilumAluthge) - Test suite: on Julia 1.6, remove `LLVMExtra_jll` from the `MyApp/Project.toml` file (JuliaLang#771) (@DilumAluthge) - use smaller micromamba_jll rather than huge MKL_jll to test lazy artifacts (JuliaLang#772) (@IanButterworth) - clarify that `project` arg should be a path. (JuliaLang#773) (@sjkelly) - RFC: propagate build flags into sysimg (JuliaLang#774) (@sjkelly) - CI: Combine the tests and the docs into a single CI workflow (JuliaLang#775) (@DilumAluthge) - CI: add the `ci_started` job (JuliaLang#776) (@DilumAluthge) - README: Fix the CI status badge (JuliaLang#777) (@DilumAluthge) - bump version (JuliaLang#782) (@KristofferC)
[Diff since v2.1.2](JuliaLang/PackageCompiler.jl@v2.1.2...v2.1.4) **Closed issues:** - Segfault while compiling package using a foreign type (JuliaLang#700) - RNG not being seeded during precompilation (JuliaLang#755) - Failures on julia 1.10.0-DEV (JuliaLang#761) **Merged pull requests:** - Run CI on 1.9-nightly (JuliaLang#753) (@IanButterworth) - Add an inner testsets to help find failures (JuliaLang#754) (@IanButterworth) - Fix 1.9 (JuliaLang#757) (@IanButterworth) - Grammar (JuliaLang#758) (@LilithHafner) - Patch bump. Set CI timeout to 90 mins (JuliaLang#760) (@IanButterworth) - Fixes for 1.10 (JuliaLang#762) (@IanButterworth) - PackageCompiler v2.1.4 (JuliaLang#763) (@IanButterworth)
[Diff since v2.1.1](JuliaLang/PackageCompiler.jl@v2.1.1...v2.1.2) **Merged pull requests:** - Add script kwarg to `create_library` to enable running of custom Julia code (JuliaLang#748) (@sharanry) - bump version (JuliaLang#749) (@KristofferC)
[Diff since v2.1.0](JuliaLang/PackageCompiler.jl@v2.1.0...v2.1.1) **Closed issues:** - create_app Error: could not find project (JuliaLang#734) - Provide more useful info when sysimage generation fails (JuliaLang#739) - `--compile-all` option does not finish (JuliaLang#741) **Merged pull requests:** - Monitor for low free memory during sysimage generation (JuliaLang#740) (@IanButterworth) - PackageCompiler v2.1.1 (JuliaLang#745) (@IanButterworth)
[Diff since v2.0.11](JuliaLang/PackageCompiler.jl@v2.0.11...v2.1.0) **Merged pull requests:** - Factor out the "find compiler" logic into a separate `get_compiler_cmd` function (JuliaLang#731) (@DilumAluthge)
[Diff since v2.0.10](JuliaLang/PackageCompiler.jl@v2.0.10...v2.0.11) **Closed issues:** - nightly (1.9) tests failing (JuliaLang#708) **Merged pull requests:** - remove use of jl_set_value on 1.9. fix UndefVarError for new nightly error formatting (JuliaLang#709) (@simonbyrne) - Reinstate RelocatableFolders compat & patch bump (JuliaLang#729) (@IanButterworth)
[Diff since v2.0.9](JuliaLang/PackageCompiler.jl@v2.0.9...v2.0.10) **Closed issues:** - Apps/libraries/sysimages that have no package dependancies trigger unnecessary warning (JuliaLang#692) - LLVM error (simd / LoopVectorization) (JuliaLang#724) **Merged pull requests:** - run CI on julia 1.8 (JuliaLang#707) (@simonbyrne) - Support RelocatableFolders v1 (JuliaLang#722) (@AshlinHarris) - CI: change '~1.8.0-0' to '1.8' (JuliaLang#723) (@DilumAluthge)
[Diff since v2.0.8](JuliaLang/PackageCompiler.jl@v2.0.8...v2.0.9) **Closed issues:** - New warning, possible bug (JuliaLang#713) **Merged pull requests:** - Add concurrency control to GitHub workflow runs (JuliaLang#712) (@davidanthoff) - Fix an incorrect warning message (JuliaLang#715) (@DilumAluthge)
[Diff since v2.0.7](JuliaLang/PackageCompiler.jl@v2.0.7...v2.0.8) **Closed issues:** - MbedTLS cert.perm is not packaged (JuliaLang#710) **Merged pull requests:** - check if manifest file exists instead of if manifest empty (JuliaLang#705) (@simonbyrne) - also bundle certificate (JuliaLang#711) (@KristofferC)
[Diff since v2.0.6](JuliaLang/PackageCompiler.jl@v2.0.6...v2.0.7) **Closed issues:** - PackageCompiler does not download artifacts for MKL now (JuliaLang#691) **Merged pull requests:** - Update CompatHelper.yml (JuliaLang#684) (@JackDunnNZ) - Fix the message in `create_sysimg_object_file` to correctly say "incremental" or "nonincremental" (JuliaLang#694) (@DilumAluthge) - fix lazy artifacts (JuliaLang#696) (@KristofferC) - Fix a few typos (JuliaLang#701) (@fingolfin)
PreviousNext