[perl #131970] LTA error handling: shouldnt the Failure convert into an Exception

2019-03-21 Thread Salvador Ortiz via RT
As a result for https://github.com/rakudo/rakudo/issues/2764 with fix in https://github.com/rakudo/rakudo/commit/c9110654bd5e9dffc163627f13b896b25dff0679 I think this can be closed.

[perl #131970] LTA error handling: shouldnt the Failure convert into an Exception

2017-08-27 Thread Brian S. Julin via RT
On Sun, 27 Aug 2017 04:31:45 -0700, mar...@senfdax.de wrote: > m: my $c = "Some::Thing"; ::($c).new() > rakudo-moar f097e5: OUTPUT: «Failed␤␤Actually thrown at:␤ in > block at line 1␤␤» > this error is not really helpful :( > shoudn't this failure be converted into an exception? i'd >