diff options
author | Hans Bolinder <[email protected]> | 2014-03-17 09:53:32 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2014-03-21 14:19:15 +0100 |
commit | c777e4096a21f9734a1cec8d723137299b0f9193 (patch) | |
tree | ba035cb658a8e645b0c50aa3016ad8c7ba2ba5b2 /.gitattributes | |
parent | 4d614d868f90cfae31046038e6f178002a13c9ef (diff) | |
download | otp-c777e4096a21f9734a1cec8d723137299b0f9193.tar.gz otp-c777e4096a21f9734a1cec8d723137299b0f9193.tar.bz2 otp-c777e4096a21f9734a1cec8d723137299b0f9193.zip |
dialyzer: generalize guard constraints in a new way
Guard constraints used to be limited to a certain depth, which handled
mutually depending constraints safely, but also sometimes introduced
unnecessary generalizations.
This patch puts no explicit limit upon guard constraints (other than
those that already exist in erl_types), but breaks cycles by replacing
variables with the any() type.
In some cases the old method resulted in more warnings, but since the
limit was quite arbitrary and mutually depending guard constraints are
(very) rare, the new method should been seen as an improvement since
it handles cases that used to make Dialyzer loop or miss warnings.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions