From 412ca8f432af37876f8462c47ce91cda08e575d6 Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Wed, 6 Mar 2013 00:35:53 +0000 Subject: Include module, function and arity in Dialyzer's "overlapping domain" warnings The function name can give information that the line number doesn't, for example when using a parse transform that creates new functions. --- lib/dialyzer/test/small_SUITE_data/results/contract3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dialyzer/test/small_SUITE_data') diff --git a/lib/dialyzer/test/small_SUITE_data/results/contract3 b/lib/dialyzer/test/small_SUITE_data/results/contract3 index 44b49e745a..6e111f87d9 100644 --- a/lib/dialyzer/test/small_SUITE_data/results/contract3 +++ b/lib/dialyzer/test/small_SUITE_data/results/contract3 @@ -1,3 +1,3 @@ -contract3.erl:17: Overloaded contract has overlapping domains; such contracts are currently unsupported and are simply ignored -contract3.erl:29: Overloaded contract has overlapping domains; such contracts are currently unsupported and are simply ignored +contract3.erl:17: Overloaded contract for contract3:t1/1 has overlapping domains; such contracts are currently unsupported and are simply ignored +contract3.erl:29: Overloaded contract for contract3:t3/3 has overlapping domains; such contracts are currently unsupported and are simply ignored -- cgit v1.2.3