firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Type mismatch for bb argument

Open KronicDeth opened this issue 5 years ago • 1 comments

Errors of the form type mismatch for argument #N of success #M for some N and M.

Affects the following files in OTP:

  • erts/preloaded/src/erts_literal_area_collector.erl
  • lib/asn1/src/asn1ct_gen_per.erl
  • lib/asn1/src/asn1ct_pretty_format.erl
  • lib/asn1/src/asn1ct_table.erl
  • lib/asn1/src/prepare_templates.erl
  • lib/common_test/src/ct_slave.erl
  • lib/compiler/src/beam_listing.erl
  • lib/compiler/src/beam_peep.erl
  • lib/compiler/src/beam_ssa_lint.erl
  • lib/compiler/src/cerl_clauses.erl
  • lib/compiler/src/beam_trim.erl
  • lib/debugger/src/dbg_wx_break.erl
  • lib/debugger/src/debugger.erl
  • lib/dialyzer/src/dialyzer_clean_core.erl
  • lib/dialyzer/src/dialyzer_worker.erl
  • lib/erl_docgen/src/docgen_xmerl_xml_cb.erl
  • lib/edoc/src/edoc_wiki.erl
  • lib/eunit/src/eunit_autoexport.erl
  • lib/inets/src/http_server/httpd_manager.erl
  • lib/inets/src/http_server/mod_auth_mnesia.erl
  • lib/kernel/src/erl_compile_server.erl
  • lib/kernel/src/inet6_tcp.erl
  • lib/kernel/src/inet6_tcp_dist.erl
  • lib/kernel/src/inet_hosts.erl
  • lib/kernel/src/inet_tcp.erl
  • lib/kernel/src/local_udp.erl
  • lib/kernel/src/local_tcp.erl
  • lib/megaco/src/engine/megaco_digit_map.erl
  • lib/sasl/src/sasl_report_tty_h.erl
  • lib/sasl/src/sasl_report_file_h.erl
  • lib/sasl/src/systools_relup.erl
  • lib/stdlib/src/erl_abstract_code.erl
  • lib/stdlib/src/error_logger_tty_h.erl
  • otp/lib/stdlib/src/gb_sets.erl
  • otp/lib/stdlib/src/io_lib_fread.erl
  • lib/stdlib/src/sets.erl

KronicDeth avatar Sep 21 '20 20:09 KronicDeth

Per @bitwalker, should be fixed in many places but not 100%.

bcardarella avatar Dec 09 '20 16:12 bcardarella

No longer applicable/addressed in new compiler

bitwalker avatar Aug 26 '22 23:08 bitwalker