<div dir="ltr">This is a bug. The code was not updated when bitstrings were added, and crashes when it tries to run binary_to_list(Bin) on the given binary. Thanks for reporting it!</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br>        /Richard</div></div>
<br><div class="gmail_quote">2017-02-24 7:03 GMT+01:00 Yoshihiro Tanaka <span dir="ltr"><<a href="mailto:hirotnkg@gmail.com" target="_blank">hirotnkg@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.800000190734863px">Hi, I encountered following case where erl_syntax:abstract/1 returns exception when given a bitstring:</span><div style="font-size:12.800000190734863px"><br></div><div style="font-size:12.800000190734863px"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">4> erl_syntax:abstract(<<0:1>>).<br>** exception error: bad argument: <<0:1>><br>     in function  erl_syntax:abstract/1 (erl_syntax.erl, line 5951)</blockquote><div><br></div></div><div style="font-size:12.800000190734863px">Is this expected ? The document says:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Term must be a literal term, i.e., one that can be represented as a source code literal.</blockquote><div><br></div><div>I guess <<0:1>> can be put in a source code.</div><div><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><br></div>