-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update to Elixir v1.12 with OTP 24 #82
Comments
I took a crack at part of this to replace the removed However, when I replace this and run the tests on the project I get a I tried to debug that c code but my c is very limited and the best I could tell is that it is looking up the I did check |
@kgautreaux thank you so much for proactively investigating this. 🎉 |
Hi Gentlemen! Thanks, @nelsonic for the PR. @kgautreaux Do you have an ETA on merging this into master? I am on 1.12 on Elixir and the compile for this package fails with the specific error above. |
I intended to fix the remaining failing tests but then a few weeks of life got in the way. I would still like to fix the failing |
@kgautreaux That is a perfectly valid explanation! I am able to use the git branch and get it working for now. So we're cool :-) Thanks once again! 👍 |
When compiling an App that depends on
fields
I get the following warning:Need to update supported version to
v1.12.0
and release updated package.Read: https://elixir-lang.org/blog/2021/05/19/elixir-v1-12-0-released
The text was updated successfully, but these errors were encountered: