--- branches/vis12/bugs/open/bug007.diderot 2014/11/09 02:20:46 2820 +++ branches/vis12/bugs/open/bug007.diderot 2014/11/09 02:34:48 2821 @@ -3,12 +3,10 @@ // This program tests the slicing syntax, but fails with // // ../bin/diderotc --log bug007.diderot -// error converting Slice -// uncaught exception Fail [Fail: FIXME: Slice] +// uncaught exception Fail [Fail: unknown or incorrect operator Slice] // raised at common/phase-timer.sml:76.50-76.52 // raised at common/phase-timer.sml:76.50-76.52 -// raised at high-to-mid/high-to-mid.sml:297.85-297.87 -// raised at high-to-mid/high-to-mid.sml:251.41-251.60 +// raised at c-util/tree-to-c.sml:281.26-283.19 tensor[2,3] x = [[0.0, 0.1, 0.2], [1.0, 1.1, 2.1]]; tensor[3] y = x[1,:]; @@ -19,7 +17,7 @@ strand S () { - output real dummy = 0.0; + output real dummy = s + a; update { stabilize; } }
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: S () { - output real dummy = 0.0; + output real dummy = s + a; update { stabilize; } }