jleben / arrp

Programming language for stream processing.
https://arrp-lang.org
GNU General Public License v2.0
31 stars 3 forks source link

Unhelpful error when indexing array out of bounds #24

Open jleben opened 4 years ago

jleben commented 4 years ago

This code:

x = [i:5] -> 0;
output y = x[6];

Produces error: "Storage alloc: Array x has readers but no writers."