-
Notifications
You must be signed in to change notification settings - Fork 68
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
Compilation error with Elixir 1.14.0 #48
Comments
I've seen this error come up when compiling plemora, and I believe the issue is actually in the plemora fork (https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex/ and not in this repo. @feld I think you maintain the fork? Apologies if I'm pinging the wrong person. |
@mveytsman I also came across this when trying to run Pleroma with the new Elixir version. But the error also comes up when you clone current |
Hi @optikfluffel , did you solve this issue? I am new to using Elixir and am running into this while compiling another project. I can't tell if the problem is my setup or a bug elsewhere. Running with Elixir 1.14.0 & Erlang 25.0.4 from asdf version manager. |
@aronsonben For now you should be able to change the deps entry for prometheus.ex in your {:prometheus_ex, git: "https://github.com/lanodan/prometheus.ex", branch: "fix/elixir-1.14", override: true} and then have to change it back, when #47 is merged and released. |
The text was updated successfully, but these errors were encountered: