PackageCompiler.jl icon indicating copy to clipboard operation
PackageCompiler.jl copied to clipboard

wip: add a `create_distribution` entry point

Open KristofferC opened this issue 1 month ago • 1 comments

This creates basically a new julia "distribution" with a custom set of packages in it.

Right now:

  • packages get added to the sysimage
  • packages are treated as stdlibs so they can be loaded via using Package without a corresponding project file
  • packages are also treated as stdlibs by Pkg
  • package's source code is not copied, shims are added so that Pkg will properly treat it as an stdlib

TODO:

  • [ ] test
  • [ ] see how extensions are treated

KristofferC avatar Nov 19 '25 12:11 KristofferC

Codecov Report

:x: Patch coverage is 0% with 64 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 79.86%. Comparing base (c1e37c4) to head (4cc409b).

Files with missing lines Patch % Lines
src/PackageCompiler.jl 0.00% 64 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1073      +/-   ##
==========================================
- Coverage   86.21%   79.86%   -6.35%     
==========================================
  Files           3        3              
  Lines         805      869      +64     
==========================================
  Hits          694      694              
- Misses        111      175      +64     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Nov 19 '25 13:11 codecov[bot]