AnyDSL/impala

regressions with new unit value

leissa opened this issue · 4 comments

There are a number of regressions with the new handling of unit values:

- REQUIRED test failed: codegen/break.impala
- REQUIRED test failed: codegen/continue.impala
- REQUIRED test failed: codegen/fib.impala
- REQUIRED test failed: codegen/fieldexpr.impala
- REQUIRED test failed: codegen/fold.impala
- REQUIRED test failed: codegen/labeled_break.impala
- REQUIRED test failed: codegen/primes_for.impala
- REQUIRED test failed: codegen/range_f.impala
- REQUIRED test failed: codegen/range_l.impala
- REQUIRED test failed: codegen/void_tailcall.impala
- REQUIRED test failed: codegen/zip.impala
- REQUIRED test failed: codegen/benchmarks/aobench.impala
- REQUIRED test failed: codegen/benchmarks/meteor.impala

These are related to calling continuations.

fieldexpr.impala is an older regression, btw.

All but fieldexpr.impala fixed.

yes, this is an older regression.

I'm focusing on the unit stuff at the moment, but it might make sense to create a new bug report.

yes, I agree.