<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/dialyzer/test/user_SUITE_data, branch KennethL-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix a bug in Dialyzer related to call-site analysis</title>
<updated>2016-06-08T11:13:04+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2016-06-08T11:13:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b13412d2e4331fa426a6722a04310cbcbf1731d6'/>
<id>b13412d2e4331fa426a6722a04310cbcbf1731d6</id>
<content type='text'>
Dialyzer's "dataflow" module is using information from the callgraph to
determine which functions may be called at a particular call-site. Unfortunately
this information can include functions that are certainly not among the possible
choices. We don't want to emit warnings in such cases, so a "reasonable"
compromise is to stay silent if there are many possible funs and at least one of
them can succeed.

Bug reported by Dan Gudmundsson, test shrunk down by Magnus Lång.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dialyzer's "dataflow" module is using information from the callgraph to
determine which functions may be called at a particular call-site. Unfortunately
this information can include functions that are certainly not among the possible
choices. We don't want to emit warnings in such cases, so a "reasonable"
compromise is to stay silent if there are many possible funs and at least one of
them can succeed.

Bug reported by Dan Gudmundsson, test shrunk down by Magnus Lång.
</pre>
</div>
</content>
</entry>
<entry>
<title>dialyzer: Print constraints using the '::' syntax</title>
<updated>2015-12-15T07:55:07+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-12-09T14:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce1cffd6f8812fa6216d9d71afaca20e789b7beb'/>
<id>ce1cffd6f8812fa6216d9d71afaca20e789b7beb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dialyzer: Add new option 'unknown'</title>
<updated>2015-04-27T06:30:45+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-04-13T09:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51982dfa96c98b91531d0a13e1350f2fef06b845'/>
<id>51982dfa96c98b91531d0a13e1350f2fef06b845</id>
<content type='text'>
Replace the undocumented option 'no_unknown' with the documented
option 'unknown'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the undocumented option 'no_unknown' with the documented
option 'unknown'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce a new warning option, 'no_unknown'</title>
<updated>2014-03-20T15:05:23+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-03-04T12:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad8bf9b974ed80bf4efcb4c2be606b482c6293a1'/>
<id>ad8bf9b974ed80bf4efcb4c2be606b482c6293a1</id>
<content type='text'>
Not (yet) documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not (yet) documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct docs, comments and dialyzer tests</title>
<updated>2012-02-07T15:01:51+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2012-02-03T16:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a02909a11a33880b486135b396aabfd3060b8d8d'/>
<id>a02909a11a33880b486135b396aabfd3060b8d8d</id>
<content type='text'>
Update preloaded erlang.beam
Removed stray error in dialyzer test suite - different error message
with the new specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update preloaded erlang.beam
Removed stray error in dialyzer test suite - different error message
with the new specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle nowarn_unused_function like the compiler does</title>
<updated>2011-12-22T12:01:52+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2011-12-19T15:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=477fd95a1f404175c133f30a9e10e7a27ce400b8'/>
<id>477fd95a1f404175c133f30a9e10e7a27ce400b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename suite data directories</title>
<updated>2011-05-04T13:06:15+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2011-04-02T15:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca4633fd683527097451ca1398c90c87bb5c14fc'/>
<id>ca4633fd683527097451ca1398c90c87bb5c14fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
