orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

In Orchard's TryOrc, java.lang.StackOverflowError is displayed as Service error: TypeError: P is undefined #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Procedure to Repeat:
In the Orchard Try Orc Web interface, write an Orc program that causes the Java 
stack to overflow.

Expected / Actual Results:
Expected: Service error: java.lang.StackOverflowError
Actual: Service error: TypeError: P is undefined

Version and Platform:
Orchard SVN rev. 3082 (dev. build 2012-07-02-22:06:53Z jthywiss)

Reporter's Comments:
The logs show that the correct error is generated.  The bug is probably in the 
JavaScript UI (orc-ready.js).

Original issue reported on code.google.com by jthywissen on 27 Oct 2012 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by arthur.peters on 29 Nov 2012 at 8:53

GoogleCodeExporter commented 9 years ago

Original comment by arthur.peters on 29 Nov 2012 at 9:21

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3135.

Original comment by jthywissen on 12 Dec 2012 at 4:03