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

Add code loading support for Preferences package #37595

Merged
merged 1 commit into from
Sep 28, 2020
Merged

Commits on Sep 28, 2020

  1. [loading]: Add serialization/checking of Preferences.jl hash

    This adds the calculation, serialization and verification of preferences
    hashes at code loading time.  Preferences, as stored by the forthcoming
    `Preferences.jl` package within a top-level `Project.toml` file, are
    parsed by the `dump.c` and `loading.jl` code loading machinery and used
    to provide a compile-time preferences machinery.
    staticfloat committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    b4e4324 View commit details
    Browse the repository at this point in the history