]> granicus.if.org Git - ejabberd/commitdiff
Get rid of useless dialyzer instructions
authorEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 1 Jul 2019 07:36:20 +0000 (10:36 +0300)
committerEvgeny Khramtsov <ekhramtsov@process-one.net>
Mon, 1 Jul 2019 07:36:20 +0000 (10:36 +0300)
rebar.config
src/ejabberd_c2s.erl
src/ejabberd_s2s_in.erl
src/ejabberd_s2s_out.erl
src/mod_avatar.erl
src/mod_s2s_dialback.erl

index 83a51b399d8b84677d72f2ca8a9011d7a4428152..b4ba34e46c90be19c83932b2e894e122e6791d17 100644 (file)
@@ -24,9 +24,9 @@
         {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.1"}}},
         {stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.16"}}},
         {fast_xml, ".*", {git, "https://github.com/processone/fast_xml", "7fd02f3a2f"}},
-        {xmpp, ".*", {git, "https://github.com/processone/xmpp", "63d467e"}},
+        {xmpp, ".*", {git, "https://github.com/processone/xmpp", "b704d84"}},
         {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.19"}}},
-       {yconf, ".*", {git, "https://github.com/processone/yconf", "f9c235faf828f52bb01881b172646960d5a8d523"}},
+       {yconf, ".*", {git, "https://github.com/processone/yconf", "99fb668"}},
         {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
         {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
         {pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.2"}}},
index a72117ac2c2440239fe47b36d0b80dbbea401b1e..623080e3012a0701439d63ad4f72f2e0045724ae 100644 (file)
@@ -22,8 +22,6 @@
 -module(ejabberd_c2s).
 -behaviour(xmpp_stream_in).
 -behaviour(ejabberd_listener).
--dialyzer([{no_fail_call, [stop/1, process_closed/2]},
-          {no_return, process_closed/2}]).
 -protocol({rfc, 6121}).
 
 %% ejabberd_listener callbacks
index ec65b76125b9d463fd1460adc7b36e6848423f29..4b6f70ea5266c36faa76ee3be2e7bee5c492a556 100644 (file)
@@ -22,8 +22,6 @@
 -module(ejabberd_s2s_in).
 -behaviour(xmpp_stream_in).
 -behaviour(ejabberd_listener).
--dialyzer([{no_fail_call, [stop/1, process_closed/2]},
-          {no_return, process_closed/2}]).
 
 %% ejabberd_listener callbacks
 -export([start/3, start_link/3, accept/1, listen_options/0]).
index 5ee2a6dfbf58cef72c0fc08d73daf4c0901ed355..074952df0eafbb9cb00654c567ac6ece20b75e90 100644 (file)
@@ -21,8 +21,6 @@
 %%%-------------------------------------------------------------------
 -module(ejabberd_s2s_out).
 -behaviour(xmpp_stream_out).
--dialyzer([{no_fail_call, [stop/1, process_closed/2, handle_timeout/1]},
-          {no_return, [process_closed/2, handle_timeout/1]}]).
 
 %% xmpp_stream_out callbacks
 -export([tls_options/1, tls_required/1, tls_verify/1, tls_enabled/1,
index b56d575f50dca49a89007e8fd953b83449919e19..73b89af62f6435d08b1886ca5fbe345b43c67bf8 100644 (file)
@@ -22,7 +22,6 @@
 %%%-------------------------------------------------------------------
 -module(mod_avatar).
 -behaviour(gen_mod).
--dialyzer({no_return, mod_opt_type/1}).
 -protocol({xep, 398, '0.2.0'}).
 
 %% gen_mod API
index 1111d0e8d1d885106673ebd9e81b6dafcbd8ae73..608bb5fb8748da707c5e575379943a530a025e3d 100644 (file)
@@ -21,8 +21,6 @@
 %%%-------------------------------------------------------------------
 -module(mod_s2s_dialback).
 -behaviour(gen_mod).
--dialyzer([{no_fail_call, s2s_out_packet/2},
-          {no_return, s2s_out_packet/2}]).
 -protocol({xep, 220, '1.1.1'}).
 -protocol({xep, 185, '1.0'}).