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

Tweaks to allow vendoring into Base #119

Merged
merged 3 commits into from
Oct 6, 2022
Merged

Tweaks to allow vendoring into Base #119

merged 3 commits into from
Oct 6, 2022

Commits on Oct 4, 2022

  1. Tweak to allow vendoring into Base.jl

    For some reason the previous form used here doesn't work during Base
    bootstrap.
    c42f committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6b27577 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Separate sysimage precompile into part which can be used in Base

    When vendoring into base, pkgdir doesn't exist - we need to pass a path
    to where it's vendored instead.
    c42f committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    557a3db View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Relative include for JuliaSyntax tests

    This allows these files to be run during precompilation even when
    JuliaSyntax isn't a standalone module.
    c42f committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    3f0a061 View commit details
    Browse the repository at this point in the history