firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Expr::BinaryGenerator is unimplemented for comprehensions

Open KronicDeth opened this issue 5 years ago • 1 comments

panicked at 'not implemented', /Users/runner/.cargo/git/checkouts/eir-9a91440c84f5797a/520fc3d/libeir_syntax_erl/src/lower/expr/comprehension.rs:130:44

is because Expr::BinaryGenerator is unimplemented for comprehensions

Affects the following files in OTP:

  • lib/asn1/src/asn1ct_constructed_per.erl
  • lib/asn1/src/asn1ct_gen.erl
  • lib/asn1/src/asn1rtt_ber.erl
  • lib/asn1/src/asn1rtt_per_common.erl
  • lib/diameter/src/base/diameter_types.erl

KronicDeth avatar Sep 21 '20 22:09 KronicDeth

Per Dec 9 standup, is still WIP for @hansihe

bcardarella avatar Dec 09 '20 16:12 bcardarella

This was resolved in the compiler rewrite

bitwalker avatar Aug 27 '22 07:08 bitwalker