timex icon indicating copy to clipboard operation
timex copied to clipboard

Compile warning when using gettext 0.20.0

Open ypconstante opened this issue 3 years ago • 0 comments

Steps to reproduce

  • Add timex 3.7.8 and gettext 0.20.0 to project dependencies
  • run mix deps.get && mix deps.compile
  • gettext will show a warning

Description of issue

gettext deprecated the compiler on version 0.20.0, and since timex adds gettext to compilers list, a warning will always be shown.

gettext compile change: https://github.com/elixir-gettext/gettext/commit/7dc9e4502e4323070c0ba1dbda504d0b829fb979?diff=split#diff-38ce6818891a446a1c2d89e7395759ce1c056424734593853cc8e0b714c39f32

ypconstante avatar Jul 25 '22 17:07 ypconstante