Skip to content
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

gettext, warning with Elixir 1.14.0 #13

Open
cocoaway opened this issue Sep 23, 2022 · 1 comment
Open

gettext, warning with Elixir 1.14.0 #13

cocoaway opened this issue Sep 23, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@cocoaway
Copy link

Describe the bug
Hello, elixir 1.14 generates this warning

warning: the :gettext compiler is no longer required in your mix.exs

To Reproduce

mix deps compile    or  mix compile

**Desktop **

  • OS: macOS Catalina
  • Elixir 1.14.0
  • Erlang 25.1

** Full output **

warning: the :gettext compiler is no longer required in your mix.exs.

Please find the following line in your mix.exs and remove the :gettext entry:

    compilers: [..., :gettext, ...] ++ Mix.compilers(),

  (gettext 0.20.0) lib/mix/tasks/compile.gettext.ex:5: Mix.Tasks.Compile.Gettext.run/1
  (mix 1.14.0) lib/mix/task.ex:421: anonymous fn/3 in Mix.Task.run_task/4
  (mix 1.14.0) lib/mix/tasks/compile.all.ex:92: Mix.Tasks.Compile.All.run_compiler/2
  (mix 1.14.0) lib/mix/tasks/compile.all.ex:72: Mix.Tasks.Compile.All.compile/4
  (mix 1.14.0) lib/mix/tasks/compile.all.ex:59: Mix.Tasks.Compile.All.with_logger_app/2
  (mix 1.14.0) lib/mix/tasks/compile.all.ex:33: Mix.Tasks.Compile.All.run/1
@jeramyRR jeramyRR self-assigned this Sep 23, 2022
@jeramyRR jeramyRR added the bug Something isn't working label Sep 23, 2022
@jeramyRR jeramyRR added this to New in Cosmos Db Client for Elixir via automation Sep 23, 2022
@jeramyRR
Copy link
Owner

Rgr, will fix this warning. Thanks for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants