<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/eunit/include, branch maint-18</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>rm assertReceive, due to a leftover of a conflict resolution</title>
<updated>2015-12-03T09:13:58+00:00</updated>
<author>
<name>Zandra</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-12-03T09:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d4bf329e7975eca4eab3522766785b3ae624aa8f'/>
<id>d4bf329e7975eca4eab3522766785b3ae624aa8f</id>
<content type='text'>
c574bd33c39d91c487c3fcd819226ecfc46c13c8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c574bd33c39d91c487c3fcd819226ecfc46c13c8
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out assert macros from eunit to stdlib assert.hrl</title>
<updated>2015-06-03T14:52:26+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2012-05-19T20:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c574bd33c39d91c487c3fcd819226ecfc46c13c8'/>
<id>c574bd33c39d91c487c3fcd819226ecfc46c13c8</id>
<content type='text'>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add ?assertReceive(Guard, Timeout) macro to eunit"</title>
<updated>2015-05-28T08:04:00+00:00</updated>
<author>
<name>Zandra Hird</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-05-28T08:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d11615cf24964b45e7fc488acaa03b54cbe16af3'/>
<id>d11615cf24964b45e7fc488acaa03b54cbe16af3</id>
<content type='text'>
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ?assertReceive(Guard, Timeout) macro to eunit</title>
<updated>2015-05-18T12:27:56+00:00</updated>
<author>
<name>Serge Aleynikov</name>
<email>saleyn@gmail.com</email>
</author>
<published>2015-02-14T22:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5'/>
<id>e56cf8d9846e51ae88fa72c8b0992d81da6fd7d5</id>
<content type='text'>
A convenience macro used for testing message passing logic by allowing
to fail if a message matching a `Guard` is not received in the mailbox
of the current process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A convenience macro used for testing message passing logic by allowing
to fail if a message matching a `Guard` is not received in the mailbox
of the current process.
</pre>
</div>
</content>
</entry>
<entry>
<title>OTP-11660: make eunit unicode safe</title>
<updated>2015-03-12T22:04:30+00:00</updated>
<author>
<name>Vlad Dumitrescu</name>
<email>vladdu55@gmail.com</email>
</author>
<published>2015-03-12T22:04:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=65d41cb6c514308ab11645dc2d0842d4f6b629a4'/>
<id>65d41cb6c514308ab11645dc2d0842d4f6b629a4</id>
<content type='text'>
All output from eunit is unicode, including the surefire XML files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All output from eunit is unicode, including the surefire XML files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2013-07-30T07:13:57+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-07-30T07:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f'/>
<id>1a3bf3f3f8a4c4398fbc0eb9f83412e33ee28f5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap eunit macros into begin ... end blocks</title>
<updated>2013-06-10T10:18:01+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2013-06-08T11:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3011d16bfcff0dbdd369d4701751ab106dde100f'/>
<id>3011d16bfcff0dbdd369d4701751ab106dde100f</id>
<content type='text'>
This makes typos such as missing commas between two assertions
(e.g. ?assert(true) ?assert(true)) syntax errors instead of silently
compiling and failing with a badfun error at runtime.

This won't break any existing code as parenthesed expressions and blocks
have the same precedence and none of these macros can be used as patterns.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes typos such as missing commas between two assertions
(e.g. ?assert(true) ?assert(true)) syntax errors instead of silently
compiling and failing with a badfun error at runtime.

This won't break any existing code as parenthesed expressions and blocks
have the same precedence and none of these macros can be used as patterns.
</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>eunit: Eliminate use of the package syntax</title>
<updated>2013-01-09T11:30:57+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2012-12-03T13:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8db6de497522ee192e53d43211bf19f63d3e3c76'/>
<id>8db6de497522ee192e53d43211bf19f63d3e3c76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare OTP files for Unicode as default encoding</title>
<updated>2013-01-09T08:24:17+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2012-12-13T08:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=93d2c2c88e88168354782f356bdf572d0c3aa462'/>
<id>93d2c2c88e88168354782f356bdf572d0c3aa462</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
