HomePhorge

Elixir 1.19: Bump dialyxir to 1.4.X

Description

Elixir 1.19: Bump dialyxir to 1.4.X

warning: using single-quoted strings to represent charlists is deprecated.
Use ~c"" if you indeed want a charlist or use "" instead.
You may run "mix format --migrate" to change all single-quoted
strings to use the ~c sigil and fix this warning.
│

66 │ app_file = Atom.to_charlist(app) ++ '.app'

│                                         ~
│
└─ lib/dialyxir/plt.ex:66:41

 warning: using single-quoted strings to represent charlists is deprecated.
 Use ~c"" if you indeed want a charlist or use "" instead.
 You may run "mix format --migrate" to change all single-quoted
 strings to use the ~c sigil and fix this warning.
 │

114 │ beam = Atom.to_charlist(module) ++ '.beam'

│                                        ~
│
└─ lib/dialyxir/plt.ex:114:40

Details

Provenance
PhantasmAuthored on Feb 1 2026, 11:14 AM
Parents
R10:557e895fe771: config.exs: Use import Config
Branches
Unknown
Tags
Unknown

Event Timeline

Phantasm <phantasm@centrum.cz> committed R10:7e6cd7a569c3: Elixir 1.19: Bump dialyxir to 1.4.X (authored by Phantasm <phantasm@centrum.cz>).Feb 1 2026, 11:14 AM