Open
Conversation
|
Is it possible to get this change merged? Working through some learning materials and this is a blocker for a few people. |
I've run into what appears to be this issue with an Udemy Elixir course using egd, on the latest OTP. |
|
Im getting this issue aswell can this be merged? |
|
Reinstall Elixir v1.17 with Erlang/OTP 26. |
Fix below compile-time warning. The recommended erlang:crc32/1 was
introduced in Erlang/OTP R12.
egd_png.erl:102:11: zlib:crc32/2 is deprecated and will be removed in
OTP 27; use erlang:crc32/1 instead
|
Any progress on merging that? |
|
Looks like this repository might be abandoned? any ideas of how to preceded with such a case? |
|
I am currently using the forked version from @KornelH who applied the change there. Maybe there is someone from erlang community who can proceed with this but I am new here 😓 |
Author
Documentation provider is changed to ex_doc [1] that required to: - add a missing spec line to fix an ex_doc error, and - convert erl_docgen [2] style XML documents to Markdown. [1] https://hexdocs.pm/rebar3_ex_doc/ [2] https://www.erlang.org/docs/26/man/erl_docgen_app.html#
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix below compile-time warning. The recommended erlang:crc32/1 was introduced in Erlang/OTP R12.