<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/dialyzer/test/behaviour_SUITE_data/src, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>dialyzer: Do not call erlang:get_stacktrace()</title>
<updated>2018-02-05T13:45:37+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T11:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=35fa9cbcb2b8299ada7e5a9d9db3f70ff47f5444'/>
<id>35fa9cbcb2b8299ada7e5a9d9db3f70ff47f5444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dialyzer: Fix a bug in the translation of forms to types</title>
<updated>2016-04-29T12:16:38+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-04-28T11:23:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ce8162c18707fa860418118bc2f4be03719dff67'/>
<id>ce8162c18707fa860418118bc2f4be03719dff67</id>
<content type='text'>
A bug is fixed, but there are more problems.

Modify erl_types.erl like this:

  -define(EXPAND_LIMIT, 500).

and bogus warnings are output (again).

Callbacks and specs are compared (subtype) in dialyzer_behaviour. If
they are expanded to different depths, then invalid warnings can be
generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug is fixed, but there are more problems.

Modify erl_types.erl like this:

  -define(EXPAND_LIMIT, 500).

and bogus warnings are output (again).

Callbacks and specs are compared (subtype) in dialyzer_behaviour. If
they are expanded to different depths, then invalid warnings can be
generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update dialyzer test with maps in supervisor properties</title>
<updated>2014-11-06T13:48:00+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-10-20T15:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c750756e5aeea78cc6f5570e3160113d96ba14db'/>
<id>c750756e5aeea78cc6f5570e3160113d96ba14db</id>
<content type='text'>
After introducing maps for supervisor flags and child specs two tests
in behaviour_SUITE started failing:

behaviour_SUITE:custom_sup - failed because the type of the Period
(MaxT) property had been changed (corrected) from non_neg_integer() to
pos_integer() in the specification of the init callback in
supervisor.erl

behaviour_SUITE:supervisor_incorrect_return - same as above, plus the
introduction of #{} as possible value for the supervisor flags and
child_specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After introducing maps for supervisor flags and child specs two tests
in behaviour_SUITE started failing:

behaviour_SUITE:custom_sup - failed because the type of the Period
(MaxT) property had been changed (corrected) from non_neg_integer() to
pos_integer() in the specification of the init callback in
supervisor.erl

behaviour_SUITE:supervisor_incorrect_return - same as above, plus the
introduction of #{} as possible value for the supervisor flags and
child_specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the "coding: utf-8" comment from all Erlang source files</title>
<updated>2013-04-19T13:33:28+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-04-19T13:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f3afa8143d9aabc178b6fbcd09a693fc105065a'/>
<id>1f3afa8143d9aabc178b6fbcd09a693fc105065a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode Erlang source files with non-ascii characters in UTF-8</title>
<updated>2013-04-17T06:59:31+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2013-04-15T08:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05a646a0844e8cf25045bc9388094c799c21538d'/>
<id>05a646a0844e8cf25045bc9388094c799c21538d</id>
<content type='text'>
To ensure that 'master' compiles when we merge 'maint' to it,
regardless of which encoding is default in 'master', all source
files with non-ascii characters *must* have the encoding specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ensure that 'master' compiles when we merge 'maint' to it,
regardless of which encoding is default in 'master', all source
files with non-ascii characters *must* have the encoding specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in remote type solving</title>
<updated>2012-03-01T09:59:34+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2012-03-01T09:59:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1f9f1f5f841853310889d3668141b807b744ece2'/>
<id>1f9f1f5f841853310889d3668141b807b744ece2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support alternative spelling of behaviour</title>
<updated>2012-02-22T12:04:27+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2011-12-16T12:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8900a242fb35212b64b6b4246caa0ace128ca9b4'/>
<id>8900a242fb35212b64b6b4246caa0ace128ca9b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in Dialyzer's behaviours analysis</title>
<updated>2011-12-01T10:55:09+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2011-11-29T17:17:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3f55d396eed67ce75b35aa0be4d8b1a456f174de'/>
<id>3f55d396eed67ce75b35aa0be4d8b1a456f174de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detection of callback-spec discrepancies</title>
<updated>2011-11-18T14:06:46+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2011-11-11T15:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8682e6b3db55f7f021e529b2134f223b4cc70ace'/>
<id>8682e6b3db55f7f021e529b2134f223b4cc70ace</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow none() as return value in callbacks</title>
<updated>2011-11-18T14:06:46+00:00</updated>
<author>
<name>Stavros Aronis</name>
<email>aronisstav@gmail.com</email>
</author>
<published>2011-11-10T12:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc075ff9064eccd3ea2da0c067ec9ef01aaeb183'/>
<id>fc075ff9064eccd3ea2da0c067ec9ef01aaeb183</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
