Hi all, I'm not sure if I'm supposed to post patches to ejabberd here, but I found improvement EJAB-189 (
Index: Makefile.in
===================================================================
--- Makefile.in (revision 735)
+++ Makefile.in (working copy)
@@ -107,3 +107,6 @@
etags *.erl
Makefile: Makefile.in
+
+dialyzer: $(BEAMS)
+ @dialyzer -c .
\ No newline at end of file
'make dialyzer' then builds all the beam files and prints a dialyzer report to standard out.
I have a patch to mod_vcard.erl as a result of looking through the dialyzer report for trunk@r735; where would be appropriate to post it?
Cheers,
--Geoff Cant ()
You can post it to the
You can post it to the bugzilla bug tracker.
--
sander