com-lihaoyi / unroll

23 stars 0 forks source link

Error Reporting #8

Open lihaoyi opened 6 months ago

lihaoyi commented 6 months ago

We should check for these cases and make sure to report a proper error:

  1. @Unroll without default param value causes crash
  2. @Unroll on both abstract method and implementation method causes misbehavior
  3. Multiple @Unrolls or @Unrolls in non-first parameter lists