Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Warning about :elixir_errors #4

Closed
icehaunter opened this issue Mar 13, 2020 · 0 comments · Fixed by #5
Closed

Warning about :elixir_errors #4

icehaunter opened this issue Mar 13, 2020 · 0 comments · Fixed by #5
Assignees

Comments

@icehaunter
Copy link
Contributor

When compiling, the following warning is displayed:

==> pipe_to
Compiling 2 files (.ex)
warning: :elixir_errors.warn/3 is undefined or private
  lib/pipe_to.ex:39: PipeTo.~>/2

This issue is present since elixir 1.9, and is resolved by replacing it with IO.warn/2, like here: CrowdHailer/Ace#138

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants