We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On master,
f() -> fun Foo(X) -> <<0, [0 || _ <- X, (Foo >= ok), _ <- []]>> end.
crashes erlc with the following error message:
consistency_bitstring:1: function '-f/0-lc$^0/1-1-'/2+12: Internal consistency check failed - please report this bug. Instruction: {call_only,3,{f,25}} Error: {bad_arg_type,{x,2}, {t_fun,1,{'-f/0-Foo/1-0-',1},{t_bitstring,8}}, {t_fun,1,{'-f/0-Foo/1-0-',1},{t_bitstring,16}}}:
The text was updated successfully, but these errors were encountered:
Thanks for your report, I've fixed it in #6594
Sorry, something went wrong.
Merge branch 'john/compiler/fix-bs_size_unit-literal-binaries/GH-6593'
dfbf07b
* john/compiler/fix-bs_size_unit-literal-binaries/GH-6593: beam_ssa_type: Fix size/unit estimation for literal binaries
jhogberg
Successfully merging a pull request may close this issue.
On master,
crashes erlc with the following error message:
The text was updated successfully, but these errors were encountered: