-
Notifications
You must be signed in to change notification settings - Fork 519
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
build fail on Erlang 21.0-rc0 #1636
Comments
1. built with buildpack-deps:stretch 2. rebar3 still has a problem built with Erlang 21 erlang/rebar3#1636
We're really going to be in a bad place for multi-version support with string handling. We're likely going to do one or more of:
|
so is there a |
nope, you'd just have to change the line that asks to treat warnings as errors in the rebar.config file before compiling (see https://github.com/erlang/rebar3/blob/master/rebar.config#L34). I haven't had time to check this out at this point. Busy times. |
I started work on this, but multiple dependencies need updating. I've so far submitted PRs to (I'll update this comment:
After those, all issues appear to be internal to rebar3, which I have awaiting in a private branch once this is resolved. |
looks like all are warnings, but the
./bootstrap
didn't generate a new rebar3 binary; this Erlang is version21.0-rc0
from [source-1b18005] a newly built one from today's latest erlang/otp@1b18005 ;it looks like i'm always the first one testing rebar3 with next version Erlang #1122 #1414
The text was updated successfully, but these errors were encountered: