taiansu / pipe_to

The enhanced elixir pipe operator which can specify the target position

Home Page:https://taiansu.github.io/pipe_to

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning about `:elixir_errors`

icehaunter opened this issue · comments

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