ariandanim
Various dependencies showing warnings
I am using elixir 1.17.3 with OTP 27.1
==> tailwind
Compiling 3 files (.ex)
warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
│
72 │ Logger.warn("""
│ ~
│
└─ (tailwind 0.2.2) lib/tailwind.ex:72:14: Tailwind.start/2
warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
│
86 │ Logger.warn("""
│ ~
│
└─ (tailwind 0.2.2) lib/tailwind.ex:86:16: Tailwind.start/2
Generated tailwind app
First Post!
ariandanim
I am using elixir 1.17.3 with OTP 27.1
==> phoenix_live_dashboard
Compiling 36 files (.ex)
warning: Phoenix.LiveView.push_redirect/2 is deprecated. Use push_navigate/2 instead
│
21 │ {:ok, push_redirect(socket, to: to)}
│ ~
│
└─ (phoenix_live_dashboard 0.8.3) lib/phoenix/live_dashboard/pages/metrics_page.ex:21:15: Phoenix.LiveDashboard.MetricsPage.mount/3
└─ (phoenix_live_dashboard 0.8.3) lib/phoenix/live_dashboard/pages/metrics_page.ex:30:15: Phoenix.LiveDashboard.MetricsPage.mount/3
warning: Phoenix.LiveView.push_redirect/2 is deprecated. Use push_navigate/2 instead
│
41 │ {:ok, push_redirect(socket, to: to)}
│ ~
│
└─ (phoenix_live_dashboard 0.8.3) lib/phoenix/live_dashboard/pages/request_logger_page.ex:41:11: Phoenix.LiveDashboard.RequestLoggerPage.mount/3
warning: Phoenix.LiveView.push_redirect/2 is deprecated. Use push_navigate/2 instead
│
291 │ {:noreply, push_redirect(socket, to: to)}
│ ~
│
└─ (phoenix_live_dashboard 0.8.3) lib/phoenix/live_dashboard/page_live.ex:291:18: Phoenix.LiveDashboard.PageLive.handle_event/3
└─ (phoenix_live_dashboard 0.8.3) lib/phoenix/live_dashboard/page_live.ex:369:5: Phoenix.LiveDashboard.PageLive.redirect_to_current_node/1
Generated phoenix_live_dashboard app
0
Most Liked
benwilson512
Author of Craft GraphQL APIs in Elixir with Absinthe
Hey @ariandanim I combined your various posts into a single post since it’s all really the same question. Dependencies are not always updated immediately to remove warnings. You can try to make sure you’re on the latest version of those dependencies to see if newer versions don’t have them. Either way, this is not an issue to worry about.
2
cmo
Warnings on dependencies are not much of a problem. You can report an issue on their repo or submit a patch.
1
Last Post!
ariandanim
Popular in Questions
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
I have VueJS GUIs with the project generated using Webpack.
I have Elixir modules that will need to be used by the VueJS GUIs.
I forese...
New
Hi everyone!
I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
Hi!
Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New
Other popular topics
Hi!
In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir?
Searched the docs for ip address and the web, no good results.
Thanks!
New
I have an umbrella app.
Some of the apps inside depend on other apps in the umbrella, unsurprisingly.
I’m writing a test for one of the...
New
If I have a post route which an argument:
post /my_post_route/:my_param1, MyController.my_post_handler
How would get the post params ...
New
I wrote this comment on r/haskell, and it’s not popular there. :wink: But I think I’m on to something…
Haskell reminds me of Java, and e...
New
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar.
I p...
New
I am trying to run a deploy with docker and I successfully runned with this command:
docker build -t romenigld/blog-prod .
but when I t...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









