diff options
author | Mark Felder <feld@feld.me> | 2024-01-29 17:42:39 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-01-29 18:28:49 -0500 |
commit | 3cb2807244887847f4511d3627d3cdeab6e4876c (patch) | |
tree | 3c999fed032c7cbda229f1c3cb2a540505bb705f /docs/development/API | |
parent | a2664927762f9e34146830cc83940a4db2b071d2 (diff) | |
download | pleroma-3cb2807244887847f4511d3627d3cdeab6e4876c.tar.gz pleroma-3cb2807244887847f4511d3627d3cdeab6e4876c.zip |
Pleroma.Web.MastodonAPI.StatusView: dialyzer error
lib/pleroma/web/mastodon_api/views/status_view.ex:799:pattern_match_cov
The pattern
_, _
can never match, because previous clauses completely cover the type
%URI{
:authority => URI.authority(),
:fragment => nil | binary(),
:host => nil | binary(),
:path => nil | binary(),
:port => nil | char(),
:query => nil | binary(),
:scheme => nil | binary(),
:userinfo => nil | binary()
},
%URI{
:authority => URI.authority(),
:fragment => nil | binary(),
:host => nil | binary(),
:path => nil | binary(),
:port => nil | char(),
:query => nil | binary(),
:scheme => nil | binary(),
:userinfo => nil | binary()
}
.
Diffstat (limited to 'docs/development/API')
0 files changed, 0 insertions, 0 deletions