From: Jean Privat Date: Thu, 27 Apr 2017 12:43:38 +0000 (-0400) Subject: Merge: Nitin catches the runtime errors X-Git-Url: http://nitlanguage.org Merge: Nitin catches the runtime errors ~~~ -->abort 1,1--5: Runtime error: Aborted abort ^ ,---- Stack trace -- - - - | input-1$Sys$main (1,1--5) `------------------- - - - -->fun toto is abstract -->toto 1,1--20: Runtime error: Abstract method `toto` called on `Sys` fun toto is abstract ^ ,---- Stack trace -- - - - | input-2$Sys$toto (1,1--20) | input-3$Sys$main (1,1--4) `------------------- - - - -->class A ...var a: String is noautoinit ...fun foo do print a ...end -->(new A).foo 3,18: Runtime error: Uninitialized attribute _a fun foo do print a ^ ,---- Stack trace -- - - - | input-4$A$foo (3,18) | input-5$Sys$main (1,1--11) `------------------- - - - --> ~~~ Pull-Request: #2413 --- 7d6459bd44314464b8eda4a51075b6c0794d7537