Re: ParrotIO crash

2005-09-26 Thread Will Coleda
Joshua Hoblitt via RT writes: Should this become a TODO item? This code no longer crashes. Yes, make it a TODO that this should probably throw an exception.

Re: [perl #27969] [BUG] ParrotIO crash

2004-03-26 Thread Juergen Boemmels
Leopold Toetsch <[EMAIL PROTECTED]> writes: > > Causes a crash, instead of raising an exception. > > as probably any other IO opcode. Proper error handling for IO is much > work and a lot of fun. > > Patches welcome. These were things I wanted to do quite a while ago, but then I got a new job,

Re: [perl #27969] [BUG] ParrotIO crash

2004-03-26 Thread Leopold Toetsch
Will Coleda <[EMAIL PROTECTED]> wrote: > This rather dodgy bit of code > .sub main >$S0 = read $P1, 1 >end > .end > Causes a crash, instead of raising an exception. as probably any other IO opcode. Proper error handling for IO is much work and a lot of fun. Patches welcome. leo

[perl #27969] [BUG] ParrotIO crash

2004-03-25 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #27969] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27969 > This rather dodgy bit of code .sub main $S0 = read $P1, 1 end .end Causes a cr