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

Test unusual rebar3 corner case where release will fail #2539

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Apr 17, 2021

  1. Test unusual rebar3 corner case where release will fail

    Test a unusual rebar3 corner case where an Elixir package, built with mix plugin, is released.
    If done directly, without previous build, the release will fail.
    Repeat the release, or compile/test before the first release, and the release is successful.
    
    First build rebar3 escript used by this test suite.
     rebar3 escriptize
    ebengt committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    4f7269b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Work around crash

    This is a bandaid, covering that this one time vsn is a binary,
    instead of a list. One real solution would be to find out why vsn
    is binary, and change it there.
    ebengt committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    16e7428 View commit details
    Browse the repository at this point in the history