-
Notifications
You must be signed in to change notification settings - Fork 33
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
Cannot compile using Erlang 21. #141
Comments
thank you for this ticket - btw what version of xprof do you use? this deprecation notice is only a warning (many erlang libraries are hit by this) but specifically
This should help to address this particular issue, but tbh we haven't thoroughly tested with Erlang 21 (and we still need to support Erlang 16 so that puts some limitation on how fast we can go) so there might be some other issues coming up. Please keep us posted. |
Hi, this has been fixed since jsone 1.4.6, see here sile/jsone#35 (comment) Of course it is not a small bump, so it may needs a lot of testing for your depth of versions ... |
Thanks for the heads up @DianaOlympos. |
@gomoripeti Are you sure that jsone was the only dependency that needs a bump? I believe that the stack traces warning for OTP21 were only addressed in Cowboy 2.5.0. |
@Santiniis you are absolutely right, thanks for the heads up. (I probably had cowboy already compiled with some older OTP and forgot to recompile.) |
Issue raised on
jsone
as well.I noticed that it cannot be compiled using Erlang OTP 21 as part of an Elixir project. Tried using both Elixir
1.6.4
,1.6.5
and1.6.6
.Compilation error:
The text was updated successfully, but these errors were encountered: