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

Extend load_from to allow loading from an absolute path #558

Closed
wants to merge 1 commit into from

Commits on Aug 17, 2023

  1. Extend load_from to allow loading from an absolute path

    `load_from` already has a format to specify a path relative to an OTP
    application. This commit extends the type for `load_from` to also allow
    setting an absolute path. Note that no special check for the validity of
    the path is being done, as we do not know beforehand what the target
    operating system looks like. Setting this configuration correctly is
    thus the user's responsibility.
    evnu committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bb693f2 View commit details
    Browse the repository at this point in the history