[erlang-patches] break out assert macros from eunit

Richard Carlsson carlsson.richard@REDACTED
Mon Jan 28 11:27:35 CET 2013


Done, please refetch.

    /Richard

On 2013-01-28 11:00 , Fredrik wrote:
> On 01/26/2013 10:47 PM, Richard Carlsson wrote:
>> (New attempt with this branch, freshly rebased on master.)
>>
>> Several people have requested that the assert macros in eunit should be
>> moved out to a separate header file. The following branch puts them in
>> stdlib/include/assert.hrl:
>>
>>    git fetch git://github.com/richcarl/otp.git break-out-asserts
>>
>> I added a test, but there is no documentation: I don't know quite where
>> to put that, since it's just a header file and no module. However, they
>> are described in the EUnit documentation.
>>
>>     /Richard
> Hello,
> Your patch fails to build:
>
> stdlib_test ../stdlib_test/stdlib_SUITE.erl:140: can't find include lib
> "stdlib/include/assert.hrl"
> ../stdlib_test/stdlib_SUITE.erl:141: can't find include lib
> "stdlib/include/assert.hrl"
> ../stdlib_test/stdlib_SUITE.erl:147: undefined macro 'assert/1'
> ../stdlib_test/stdlib_SUITE.erl:36: function assert_test/1 undefined
>
>
> We distinguished that the hrl file needs to be included in
> lib/stdlib/src/Makefile
>
> Could you fix this?
>




More information about the erlang-patches mailing list