[erlang-patches] Fix handling of archive (.ez) files in code:clash/0

Tuncer Ayaz tuncer.ayaz@REDACTED
Fri Feb 5 18:19:35 CET 2010


2010/2/5 Björn Gustavsson <bgustavsson@REDACTED>:
> 2010/2/5 Tuncer Ayaz <tuncer.ayaz@REDACTED>:
>>> diff --git a/lib/kernel/test/code_SUITE.erl b/lib/kernel/test/code_SUITE.erl
>>> index c8063ca..7712973 100644
>>> --- a/lib/kernel/test/code_SUITE.erl
>>> +++ b/lib/kernel/test/code_SUITE.erl
>>> @@ -48,7 +48,7 @@ all(suite) ->
>>>      delete, purge, soft_purge, is_loaded, all_loaded,
>>>      load_binary, dir_req, object_code, set_path_file,
>>>      pa_pz_option, add_del_path,
>>> -     dir_disappeared, ext_mod_dep,
>>> +     dir_disappeared, ext_mod_dep, clash,
>>
>> Interesting as this was part of the rebased tree
>> to be found as
>> http://github.com/tuncer/otp/commit/585f77
>> and also in a previous state
>> http://github.com/tuncer/otp/commit/5fcd29
>
> Disregard my previous answer.
>
> You exported clash/1, but didn't add it
> to the list of test cases to run. That's what
> my patch corrects.

Oh, right, forgot that as I only ran the new
test and not the suite as a whole.

Thanks.

For completeness I've pushed a corrected branch
http://github.com/tuncer/otp/commit/a9e3d2


More information about the erlang-patches mailing list