<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hi,<br>
<br>
I don't think the bug has been reported before. Thanks! I'll write a ticket.<br>
<br>
Best regards,<br>
<br>
Hans Bolinder, Erlang/OTP team, Ericsson<br>
</div>
<br>
<p></p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Från:</b> erlang-questions-bounces@erlang.org <erlang-questions-bounces@erlang.org> för Felipe Ripoll Gisbert <ferigis@gmail.com><br>
<b>Skickat:</b> den 11 april 2017 21:48:12<br>
<b>Till:</b> erlang-questions@erlang.org<br>
<b>Ämne:</b> [erlang-questions] error with xref and on_load functions</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hi all,</div>
<div>I have a problem running xref on modules with `on_load` functions, for example, giving this module:</div>
<div><br>
</div>
<div>-module(xreftest).</div>
<div>-on_load(init/0).</div>
<div><br>
</div>
<div>init() -></div>
<div>  ok.</div>
<div><br>
</div>
<div>if we run xref:</div>
<div><br>
</div>
<div>1> c(xreftest, [debug_info]).</div>
<div>{ok,xreftest}</div>
<div>2> xref:d(".").</div>
<div>[{deprecated,[]},</div>
<div> {undefined,[]},</div>
<div> {unused,[{xreftest,init,0}]}]</div>
<div><br>
</div>
<div>we get an `unused` warning for init/0 but it is actually used on load.</div>
<div><br>
</div>
<div>Is this a known issue?</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
-- <br>
<div class="gmail_signature"><font size="4"><b>Felipe Ripoll Gisbert</b></font><br>
<a href="http://www.feliperipoll.es" target="_blank">www.feliperipoll.es</a><br>
<font size="1"><a href="mailto:felipe@feliperipoll.es" target="_blank">felipe@feliperipoll.es</a><br>
<a href="mailto:ferigis@gmail.com" target="_blank">ferigis@gmail.com</a></font><br>
</div>
</div>
</div>
</body>
</html>