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

Added version compatibility check #332

Merged
merged 4 commits into from
Aug 22, 2023
Merged

Added version compatibility check #332

merged 4 commits into from
Aug 22, 2023

Commits on Aug 14, 2023

  1. Added version compatibility check

    Lexical now outputs the erlang and elixir versions of the VM that was
    used to create them. It now checks the build and packaging directories
    for these versioning files and emits an error message if the vm starts
    with beam files that won't work.
    scohen committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    1ee0c31 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Detected version change on call to package

    Another belt to wear with the suspenders. When we build a package that
    overwrites another package, if the version has changed, we delete the
    old compiled code and the old package and start compilation from
    scratch. This definitely prevents old beam files from ending up in the
    new package.
    scohen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a14f066 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    d91188a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Removed Logger use

    scohen committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ce777c1 View commit details
    Browse the repository at this point in the history