uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

REPL is not correctly handling uncaught wollok exceptions #459

Closed javierfernandes closed 8 years ago

javierfernandes commented 8 years ago

It shows them as JVM exceptions with the whole java stack trace

Example to reproduce in REPL

val a = object { method toString() = "a" }
ma.foo()

That will show a huge stack instead of the wollok stack.

javierfernandes commented 8 years ago

Fixed

screen shot 2015-12-01 at 09 34 57
javierfernandes commented 8 years ago

Other two cases

screen shot 2015-12-01 at 09 49 13