-
Notifications
You must be signed in to change notification settings - Fork 31
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
[WIP] Mises à jour techniques (Elixir 1.17.3, OTP 27.1) #4216
base: master
Are you sure you want to change the base?
Conversation
Voir aussi #3315 |
… into elixir-1.17-otp-27
warning: using module.function() notation (with parentheses) to fetch map field :assigns is deprecated, you must remove the parentheses: map.field
The logs assertion implicitely relies on the ordering of maps, which has changed.
This fix a broken test and ensure the view rendering is also deterministic.
This unlocks a Postgrex update to 0.18, hence allowing us to get rid of "connection", which is deprecated.
`mix deps.update credo dialyxir excoveralls exvcr floki mox`
`mix deps.update ex_phone_number ex_cldr_numbers`
Back to 🟢 |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
@@ -4,7 +4,7 @@ defmodule Transport.GTFSDiff do | |||
""" | |||
alias NimbleCSV.RFC4180, as: CSV | |||
require Logger | |||
import TransportWeb.Gettext | |||
use Gettext, backend: TransportWeb.Gettext |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pas de problème, c'est lié à la màj de Gettext qui n'est pas sur master
182f319
Mises à jour cumulatives - voir:
Premier jet pour voir comment ça se comporte niveau tests & logs.
Sujets à étudier ou traiter
PR associées
Obligatoire
Liste actuelle des mises à jour possibles