<div dir="auto">No wonder it does, too: get_application does its thing for compiled and loaded modules.</div><div class="gmail_extra"><br><div class="gmail_quote">22 дек. 2016 г. 17:22 пользователь "John Doe" <<a href="mailto:donpedrothird@gmail.com">donpedrothird@gmail.com</a>> написал:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div>Is there a way to get in a parse transform the name of the application the module belongs to? The parse_transform function has parameter Options so it is possible to add an argument to erlc with app name, but is it possible to get the name of the app automatically? </div><div><br></div><div>I tried</div><div>{attribute, _, module, ModuleName} = lists:keyfind(module, 3, Forms),<br></div><div>application:get_application(<wbr>ModuleName),<br></div><div>but it returns undefined<br></div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div></div>