forked from erlyaws/yaws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathknown_dialyzer_warnings
16 lines (15 loc) · 1.06 KB
/
known_dialyzer_warnings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
yaws.erl:1858: The pattern 'false' can never match the type 'true'
yaws.erl:2366: Guard test Ret::'file' == 'fd' can never succeed
yaws.erl:2374: Guard test Ret::'file' == 'binfd' can never succeed
yaws_api.erl:470: The pattern <Data, ParseState = {'mp_parse_state', 'start_header', _, _, _, _}, Acc, [], []> can never match the type <_,#mp_parse_state{state::'header'},_,[any()],[{atom() | [any()],[any()]}]>
yaws_config.erl:464: The pattern 'false' can never match the type 'true'
yaws_ctl.erl:530: Function hup/1 has no local return
yaws_ctl.erl:535: Function stop/1 has no local return
yaws_ctl.erl:539: Function status/1 has no local return
yaws_ctl.erl:542: Function load/1 has no local return
yaws_ctl.erl:564: Function trace/1 has no local return
yaws_ctl.erl:567: Function debug_dump/1 has no local return
yaws_ctl.erl:570: Function stats/1 has no local return
yaws_ctl.erl:572: Function running_config/1 has no local return
yaws_revproxy.erl:523: The pattern 'true' can never match the type 'false'
yaws_sup_restarts.erl:49: The pattern 'false' can never match the type 'true'