We've had multiple people ask about this array size limit:
|
case SemanticError.InvalidArraySize(loc, size) => |
|
Error.print (Some(loc)) (s"invalid array size $size") |
Let's improve this error message to say something like "Array types cannot have a size larger than 256, use an array item inside a struct definition instead"