spc-pleroma/lib
Mark Felder 6b6a2adb07 Dialyzer: The function call will not succeed.
:idna.encode/1 expects a charlist even though it will accept a binary string. That functionality is undocumented / not part of its typespec, so we should turn it into a charlist first. Also switch to using match?/2

lib/pleroma/user.ex:2056:call
The function call will not succeed.

:idna.encode(_host :: binary())

will never return since the success typing is:
(string()) :: string()

and the contract is
(string()) :: string()
2024-05-28 10:49:43 -04:00
..
mix SearchBackend: Add drop_index 2024-05-16 10:47:24 +04:00
pleroma Dialyzer: The function call will not succeed. 2024-05-28 10:49:43 -04:00