Closed athas closed 1 year ago
-- == -- input { 2i64 } -- output { [[0i64,1i64],[0i64,1i64]] } def main n = replicate n (iota n)
The interpreter prints the result as one-dimensional. I have no idea how our tests currently work when something this basic is going wrong.
It's a very recent regression.
Was not present in latest release. Probably related to the prettyprinter fiddling I did recently.
I think I must have screwed up something locally; this no longer occurs.
The interpreter prints the result as one-dimensional. I have no idea how our tests currently work when something this basic is going wrong.