xls icon indicating copy to clipboard operation
xls copied to clipboard

Fuzzer should emit conditional branches w/let expressions

Open RobSpringer opened this issue 2 years ago • 0 comments

We had a bug recently where the bytecode interpreter failed due to a conditional branch w/a let statement inside (which it didn't handle correctly). This is a supported construct, so the fuzzer should emit these.

RobSpringer avatar May 17 '22 18:05 RobSpringer