-
Notifications
You must be signed in to change notification settings - Fork 130
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
Compiling on Erlang 20 #237
Comments
@Iulian7 I have reasons to believe this repository will see very low activity in the near term. Once it's found a new maintainer, I have no doubt that OTP 20 warnings will be addressed. Your best bet for now is to fork and fix it yourself or use a binary release. |
same here, referenced also in this issue: Would downgrading to Erlang 19 solve this ? |
I think the new canonical fork might be this one: https://github.com/Kyorai/cuttlefish and work on OTP20 is ongoing there. The latest PR on that is here: Kyorai/cuttlefish#2 |
#234
Using rebar3 and Erlang 20 I get the following:
Note that
warnings_as_errors
is enabled. It compiles fine without this. Are there any plans to get rid of these warnings?The text was updated successfully, but these errors were encountered: