<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/diameter, branch OTP-21.0.5</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2018-06-19T06:24:54+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-06-19T06:24:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb19e24a485e9ef43bcca3fbe9757da83f70c3a0'/>
<id>bb19e24a485e9ef43bcca3fbe9757da83f70c3a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'anders/diameter/21.0/OTP-15110'</title>
<updated>2018-06-12T15:20:41+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-12T15:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=70f163f1a2b5c92b0935e8de1fb38a7f5c7e6a67'/>
<id>70f163f1a2b5c92b0935e8de1fb38a7f5c7e6a67</id>
<content type='text'>
* anders/diameter/21.0/OTP-15110:
  Make diameter_app_SUITE fail more usefully
  Simplify app-file generation
  Match in diameter_app_SUITE to identify an unexpected path
  Don't use deprecated ssl:ssl_accept/1-3
  Don't use deprecated erlang:get_stacktrace/0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/21.0/OTP-15110:
  Make diameter_app_SUITE fail more usefully
  Simplify app-file generation
  Match in diameter_app_SUITE to identify an unexpected path
  Don't use deprecated ssl:ssl_accept/1-3
  Don't use deprecated erlang:get_stacktrace/0
</pre>
</div>
</content>
</entry>
<entry>
<title>Make diameter_app_SUITE fail more usefully</title>
<updated>2018-06-11T15:42:44+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-11T15:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=da952eb9c08d208dfeef4c78b087486f8489fbe8'/>
<id>da952eb9c08d208dfeef4c78b087486f8489fbe8</id>
<content type='text'>
The badmatch in the grandparent commit is ssl not being installed:

=== Reason: no match of right hand side value {ssl,non_existing,
                                                    ["non_existing"]}
  in function  diameter_app_SUITE:app/1 (diameter_app_SUITE.erl, line 266)
  in call from diameter_app_SUITE:'-xref/1-fun-3-'/2 (diameter_app_SUITE.erl, line 214)
  in call from lists:'-filter/2-lc$^0/1-0-'/2 (lists.erl, line 1286)
  in call from diameter_app_SUITE:xref/1 (diameter_app_SUITE.erl, line 214)
  in call from test_server:ts_tc/3 (test_server.erl, line 1545)
  in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1063)
  in call from test_server:run_test_case_eval/9 (test_server.erl, line 995)

Tweak the failure a bit more, without fixing it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The badmatch in the grandparent commit is ssl not being installed:

=== Reason: no match of right hand side value {ssl,non_existing,
                                                    ["non_existing"]}
  in function  diameter_app_SUITE:app/1 (diameter_app_SUITE.erl, line 266)
  in call from diameter_app_SUITE:'-xref/1-fun-3-'/2 (diameter_app_SUITE.erl, line 214)
  in call from lists:'-filter/2-lc$^0/1-0-'/2 (lists.erl, line 1286)
  in call from diameter_app_SUITE:xref/1 (diameter_app_SUITE.erl, line 214)
  in call from test_server:ts_tc/3 (test_server.erl, line 1545)
  in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1063)
  in call from test_server:run_test_case_eval/9 (test_server.erl, line 995)

Tweak the failure a bit more, without fixing it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify app-file generation</title>
<updated>2018-06-11T15:31:07+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-09T20:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=551c1c2c6937ab2dbc1b3e77382c64e74774d3e6'/>
<id>551c1c2c6937ab2dbc1b3e77382c64e74774d3e6</id>
<content type='text'>
Don't bother generating applications/runtime_dependencies: what's lost
in duplication is gained in clarity.

SSL in runtime_applications but not applications in questionable, but
it's been this way for a long time with no apparent ill effects or
protests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't bother generating applications/runtime_dependencies: what's lost
in duplication is gained in clarity.

SSL in runtime_applications but not applications in questionable, but
it's been this way for a long time with no apparent ill effects or
protests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Match in diameter_app_SUITE to identify an unexpected path</title>
<updated>2018-06-11T15:31:07+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-08T07:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e753d7157b7723dd3eb0e7000e4bb55e7f6e1c71'/>
<id>e753d7157b7723dd3eb0e7000e4bb55e7f6e1c71</id>
<content type='text'>
See this failure in nightly test on one host, indicating that
code:which/1 is returning something other than the expected path:

=== Ended at 2018-06-08 05:10:41
=== Location: [{lists,nth,170},
              {diameter_app_SUITE,app,265},
              {diameter_app_SUITE,'-xref/1-fun-3-',214},
              {lists,'-filter/2-lc$^0/1-0-',1286},
              {diameter_app_SUITE,xref,214},
              {test_server,ts_tc,1545},
              {test_server,run_test_case_eval1,1063},
              {test_server,run_test_case_eval,995}]
=== Reason: no function clause matching lists:nth(2,[]) (lists.erl, line 170)
  in function  diameter_app_SUITE:app/1 (diameter_app_SUITE.erl, line 265)
  in call from diameter_app_SUITE:'-xref/1-fun-3-'/2 (diameter_app_SUITE.erl, line 214)
  in call from lists:'-filter/2-lc$^0/1-0-'/2 (lists.erl, line 1286)
  in call from diameter_app_SUITE:xref/1 (diameter_app_SUITE.erl, line 214)
  in call from test_server:ts_tc/3 (test_server.erl, line 1545)
  in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1063)
  in call from test_server:run_test_case_eval/9 (test_server.erl, line 995)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See this failure in nightly test on one host, indicating that
code:which/1 is returning something other than the expected path:

=== Ended at 2018-06-08 05:10:41
=== Location: [{lists,nth,170},
              {diameter_app_SUITE,app,265},
              {diameter_app_SUITE,'-xref/1-fun-3-',214},
              {lists,'-filter/2-lc$^0/1-0-',1286},
              {diameter_app_SUITE,xref,214},
              {test_server,ts_tc,1545},
              {test_server,run_test_case_eval1,1063},
              {test_server,run_test_case_eval,995}]
=== Reason: no function clause matching lists:nth(2,[]) (lists.erl, line 170)
  in function  diameter_app_SUITE:app/1 (diameter_app_SUITE.erl, line 265)
  in call from diameter_app_SUITE:'-xref/1-fun-3-'/2 (diameter_app_SUITE.erl, line 214)
  in call from lists:'-filter/2-lc$^0/1-0-'/2 (lists.erl, line 1286)
  in call from diameter_app_SUITE:xref/1 (diameter_app_SUITE.erl, line 214)
  in call from test_server:ts_tc/3 (test_server.erl, line 1545)
  in call from test_server:run_test_case_eval1/6 (test_server.erl, line 1063)
  in call from test_server:run_test_case_eval/9 (test_server.erl, line 995)
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use deprecated ssl:ssl_accept/1-3</title>
<updated>2018-06-07T10:28:42+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-07T09:13:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=79455556827bd02697d34a8ae307c543d6d93b09'/>
<id>79455556827bd02697d34a8ae307c543d6d93b09</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use deprecated erlang:get_stacktrace/0</title>
<updated>2018-06-07T09:16:32+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2018-06-06T15:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=928eca9c694f098d65873f4ac6ceb19b6ba13d6b'/>
<id>928eca9c694f098d65873f4ac6ceb19b6ba13d6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Prepare release"</title>
<updated>2018-05-29T08:47:25+00:00</updated>
<author>
<name>Henrik</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-05-29T08:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b9faca269de1de51ae33577cc204befbea24243c'/>
<id>b9faca269de1de51ae33577cc204befbea24243c</id>
<content type='text'>
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2018-05-25T10:14:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-05-25T10:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fd8e49b5bddceaae803670121b603b5eee8c5c08'/>
<id>fd8e49b5bddceaae803670121b603b5eee8c5c08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
