<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 02/13/2013 09:17 AM, Kostis Sagonas wrote:
<blockquote cite="mid:511B4C24.9060806@cs.ntua.gr" type="cite">Please
include:
<br>
<br>
git fetch git://github.com/kostis/otp.git
hipe_bif-remove_refs_from
<br>
<br>
Kostis
<br>
_______________________________________________
<br>
erlang-patches mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-patches">http://erlang.org/mailman/listinfo/erlang-patches</a>
<br>
</blockquote>
Hello Kostis,<br>
Your patch seems to fail testcase: <br>
code_SUITE, ext_mod_dep<br>
With the reason:<br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<pre style="color: rgb(0, 0, 0); font-family: Monaco, 'Andale Mono', Consolas, monospace; font-size: 0.8em; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">not_verified({'$M_EXPR','$F_EXPR',1}, [{lists,foreach,2},
{hipe_unified_loader,
mark_referred_from,1},
{hipe_unified_loader,get_refs_from,2},
{hipe_unified_loader,load_common,4},
{hipe_unified_loader,load_module,4},
{hipe_unified_loader,load_native_code,
2},
{code_server,load_native_code,2},
{code_server,try_load_module_1,5},
{code_server,try_load_module,5},
{code_server,do_load_binary,5},
{code_server,handle_call,3},
{code_server,loop,1},
{code_server,system_continue,3}])</pre>
<br>
After discussions, after discussion you should either use a list
comprehension here or add lists:foreach to the testcase.<br>
<pre class="moz-signature" cols="72">--
BR Fredrik Gustafsson
Erlang OTP Team</pre>
</body>
</html>