<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-17.5.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'dgud/testcasecuddling' into maint</title>
<updated>2014-11-26T10:10:08+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2014-11-26T10:10:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=748de459e6e3ff5cf574eb0d4be126aa2e529206'/>
<id>748de459e6e3ff5cf574eb0d4be126aa2e529206</id>
<content type='text'>
* dgud/testcasecuddling:
  stdlib: Fix timing issue in testcase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/testcasecuddling:
  stdlib: Fix timing issue in testcase
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'legoscia/io-message-queue-optimisation' into maint</title>
<updated>2014-11-20T09:34:30+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2014-11-20T09:34:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cb372c96f3449cfca69e2737fa3d4503fa24444a'/>
<id>cb372c96f3449cfca69e2737fa3d4503fa24444a</id>
<content type='text'>
* legoscia/io-message-queue-optimisation:
  Optimise io requests for long message queues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* legoscia/io-message-queue-optimisation:
  Optimise io requests for long message queues
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_tar: Extend api to define own storage media access functions.</title>
<updated>2014-11-18T13:48:16+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2014-11-10T16:09:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b2171f6bf65c5897d37103afec102fa565bc134e'/>
<id>b2171f6bf65c5897d37103afec102fa565bc134e</id>
<content type='text'>
The reason for this is a requirement on enabling ssh_sftp to write a tar file on the server.
This new api function is used by ssh_sftp:open_tar/3,4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The reason for this is a requirement on enabling ssh_sftp to write a tar file on the server.
This new api function is used by ssh_sftp:open_tar/3,4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'nox/stdlib/ms_transform-locate-shadow-warning/OTP-12264' into maint</title>
<updated>2014-11-17T15:08:50+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2014-11-17T15:08:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=761e1318abdaee269be8cdcbb6b3e6f5d3f2a65d'/>
<id>761e1318abdaee269be8cdcbb6b3e6f5d3f2a65d</id>
<content type='text'>
* nox/stdlib/ms_transform-locate-shadow-warning/OTP-12264:
  Fix locations of shadowing warnings in ms_transform
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nox/stdlib/ms_transform-locate-shadow-warning/OTP-12264:
  Fix locations of shadowing warnings in ms_transform
</pre>
</div>
</content>
</entry>
<entry>
<title>Add stack trace for gen_server exit in ERROR REPORT</title>
<updated>2014-11-07T15:10:23+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-10-28T13:11:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8276831a98ebe3d3b821ffcc1093acbebf0c6022'/>
<id>8276831a98ebe3d3b821ffcc1093acbebf0c6022</id>
<content type='text'>
If a callback function was terminated with exit/1, there would be no
stack trace in the ERROR REPORT produced by gen_server. This has been
corrected. The actual exit reason for the process is not changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a callback function was terminated with exit/1, there would be no
stack trace in the ERROR REPORT produced by gen_server. This has been
corrected. The actual exit reason for the process is not changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix rare race condition in Dets</title>
<updated>2014-10-23T06:59:29+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-04-10T13:23:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=89c5bc9a243d7f0ba8e43b52b9addadccdb7d1ca'/>
<id>89c5bc9a243d7f0ba8e43b52b9addadccdb7d1ca</id>
<content type='text'>
The correction is due to the the evil testcase
dets_SUITE:simultaneous_open(). If the process repairing a Dets file
is killed (should normally never happen), and another process tries to
repair the file, a temporary file from the first process could live on
for a while, even after a successful call to file:delete(). This has
only been seen on W-nd-ows, where it is a known problem.

There are other ways to deal with the problem (rename the file; use
some other filename), but we continue using one certain filename in
order to be as backwards compatible as possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The correction is due to the the evil testcase
dets_SUITE:simultaneous_open(). If the process repairing a Dets file
is killed (should normally never happen), and another process tries to
repair the file, a temporary file from the first process could live on
for a while, even after a successful call to file:delete(). This has
only been seen on W-nd-ows, where it is a known problem.

There are other ways to deal with the problem (rename the file; use
some other filename), but we continue using one certain filename in
order to be as backwards compatible as possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ap/attribute_fun_arity_in_map/OTP-12213' into maint</title>
<updated>2014-10-01T12:55:03+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-10-01T12:55:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a17f8376290b783f9ea87f0ac4f24289e9e942ba'/>
<id>a17f8376290b783f9ea87f0ac4f24289e9e942ba</id>
<content type='text'>
* ap/attribute_fun_arity_in_map/OTP-12213:
  stdlib: Test Map attributes via erl_pp
  stdlib: erl_parse abstract Maps
  stdlib: Refactor ?line in erl_pp_SUITE:misc_attrs
  stdlib: Refactor Maps farity attributes
  Allow Name/Arity syntax in maps inside attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ap/attribute_fun_arity_in_map/OTP-12213:
  stdlib: Test Map attributes via erl_pp
  stdlib: erl_parse abstract Maps
  stdlib: Refactor ?line in erl_pp_SUITE:misc_attrs
  stdlib: Refactor Maps farity attributes
  Allow Name/Arity syntax in maps inside attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'capflam/filelib_wildcard_fix' into maint</title>
<updated>2014-10-01T08:32:42+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-10-01T08:32:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=86ae7ccc44b38137c504a46b619ffad935d74b99'/>
<id>86ae7ccc44b38137c504a46b619ffad935d74b99</id>
<content type='text'>
* capflam/filelib_wildcard_fix:
  Fix filelib:wildcard/2 when 'Cwd' ends with a dot
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* capflam/filelib_wildcard_fix:
  Fix filelib:wildcard/2 when 'Cwd' ends with a dot
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Test Map attributes via erl_pp</title>
<updated>2014-09-30T13:30:44+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-09-30T13:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f515622d0ce3a4dd444745f9bee5cb39d5b7f0e8'/>
<id>f515622d0ce3a4dd444745f9bee5cb39d5b7f0e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Refactor ?line in erl_pp_SUITE:misc_attrs</title>
<updated>2014-09-30T12:51:34+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-09-30T12:51:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=14a570b5ad9ad47027d0006fb0eab20b78ae100f'/>
<id>14a570b5ad9ad47027d0006fb0eab20b78ae100f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
