[perl #75958] [BUG] The REPL itself can die if something dies during autoprinting in Rakudo

2012-05-27 Thread Will Coleda via RT
None of these kill the REPL now: > ... Stub code executed > class B { method f { ... } }; B.new.f Stub code executed > class A { method Str { die "OH HAI" } }; A.new A.new() > 'x'.HOW multi_dispatch_over_lexical_candidates was unable to find a candidate list Closable with tests. -- Will "Coke"

[perl #75958] [BUG] The REPL itself can die if something dies during autoprinting in Rakudo

2010-06-23 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #75958] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75958 > the should the REPL die every time there is an uncaught error? no <[Coke]> the REPL sh