Binary construction can never succeed
KronicDeth opened this issue · 1 comments
KronicDeth commented
After #626 these errors started to appear:
binary construction can never succeed
It is likely related to eirproject/eir@f93a31e or was pre-existing and we just couldn't see until the other bug fixes cleared the path.
It affects the following files in OTP:
erts/preloaded/src/prim_file.erl
erts/preloaded/src/init.erl
lib/asn1/src/asn1ct_value.erl
lib/asn1/src/asn1rtt_real_common.erl
lib/asn1/src/asn1rtt_jer.erl
lib/erl_docgen/src/docgen_xml_to_chunk.erl
lib/stdlib/src/beam_lib.erl
lib/stdlib/src/erl_error.erl
lib/stdlib/src/epp.erl
lib/stdlib/src/shell.erl
lib/stdlib/src/shell_docs.erl
lib/syntax_tools/src/erl_tidy.erl
KronicDeth commented
Confirmed. No references to binary construction
in the OTP log remain.